Skip to content

Commit ddc84b0

Browse files
committed
update test after prettier change
1 parent f1331a8 commit ddc84b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tailwindcss/src/css-parser.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1187,7 +1187,7 @@ describe.each(['Unix', 'Windows'])('Line endings: %s', (lineEndings) => {
11871187
/* ^ missing ' * /;
11881188
}
11891189
`),
1190-
).toThrowErrorMatchingInlineSnapshot(`[Error: Unterminated string: "Hello world!"]`)
1190+
).toThrowErrorMatchingInlineSnapshot(`[Error: Unterminated string: 'Hello world!']`)
11911191
})
11921192

11931193
it('should error when a declaration is incomplete', () => {

0 commit comments

Comments
 (0)