Skip to content

Commit 3053c35

Browse files
Paul Mulliganclaude
andcommitted
style(widget): format resolve.test.ts with prettier
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 9c3c2cf commit 3053c35

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

widget/src/theme/__tests__/resolve.test.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,7 @@ describe("themeToCssVars", () => {
107107
colors: { accent: "#fff", banana: "#yellow" } as never,
108108
});
109109
expect(vars["--cl-color-banana"]).toBeUndefined();
110-
expect(warn).toHaveBeenCalledWith(
111-
expect.stringContaining("banana"),
112-
);
110+
expect(warn).toHaveBeenCalledWith(expect.stringContaining("banana"));
113111
});
114112

115113
it("skips non-string values without crashing", () => {

0 commit comments

Comments
 (0)