We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52000a3 commit 62ca1ecCopy full SHA for 62ca1ec
integrations/postcss/index.test.ts
@@ -671,7 +671,7 @@ test(
671
let process = await spawn('pnpm postcss src/index.css --output dist/out.css --watch --verbose')
672
673
await process.onStderr((message) =>
674
- message.includes('Package path ./does-not-exist is not exported from package'),
+ message.includes('does-not-exist is not exported from package'),
675
)
676
677
expect(await fs.dumpFiles('dist/*.css')).toMatchInlineSnapshot(`
@@ -711,7 +711,7 @@ test(
711
`,
712
713
714
715
716
await process.onStderr((message) => message.includes('Finished src/index.css'))
717
0 commit comments