chore: migrate to oxlint and oxfmt
Co-authored-by: Christoph Nakazawa <christoph.pojer@gmail.com>
This commit is contained in:
@@ -161,8 +161,8 @@ describe("formatGatewayServiceDescription", () => {
|
||||
});
|
||||
|
||||
it("includes profile and version when set", () => {
|
||||
expect(
|
||||
formatGatewayServiceDescription({ profile: "dev", version: "1.2.3" }),
|
||||
).toBe("Clawdbot Gateway (profile: dev, v1.2.3)");
|
||||
expect(formatGatewayServiceDescription({ profile: "dev", version: "1.2.3" })).toBe(
|
||||
"Clawdbot Gateway (profile: dev, v1.2.3)",
|
||||
);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user