We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8442868 commit 34a21fcCopy full SHA for 34a21fc
integrations/cli/index.test.ts
@@ -2126,7 +2126,7 @@ test(
2126
},
2127
async ({ exec, expect }) => {
2128
await expect(exec('pnpm tailwindcss --input input.css --output dist/out.css')).rejects.toThrow(
2129
- /CssSyntaxError: .*input.css: 3:2: Invalid declaration: `\*\/`/,
+ /CssSyntaxError: .*input.css:3:2: Invalid declaration: `\*\/`/,
2130
)
2131
2132
0 commit comments