Skip to content

Commit 34a21fc

Browse files
committed
fix
forgot to update the integration test
1 parent 8442868 commit 34a21fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integrations/cli/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2126,7 +2126,7 @@ test(
21262126
},
21272127
async ({ exec, expect }) => {
21282128
await expect(exec('pnpm tailwindcss --input input.css --output dist/out.css')).rejects.toThrow(
2129-
/CssSyntaxError: .*input.css: 3:2: Invalid declaration: `\*\/`/,
2129+
/CssSyntaxError: .*input.css:3:2: Invalid declaration: `\*\/`/,
21302130
)
21312131
},
21322132
)

0 commit comments

Comments
 (0)