File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -671,7 +671,7 @@ test(
671
671
let process = await spawn ( 'pnpm postcss src/index.css --output dist/out.css --watch --verbose' )
672
672
673
673
await process . onStderr ( ( message ) =>
674
- message . includes ( 'Package path ./ does-not-exist is not exported from package' ) ,
674
+ message . includes ( 'does-not-exist is not exported from package' ) ,
675
675
)
676
676
677
677
expect ( await fs . dumpFiles ( 'dist/*.css' ) ) . toMatchInlineSnapshot ( `
@@ -711,7 +711,7 @@ test(
711
711
` ,
712
712
)
713
713
await process . onStderr ( ( message ) =>
714
- message . includes ( 'Package path ./ does-not-exist is not exported from package' ) ,
714
+ message . includes ( 'does-not-exist is not exported from package' ) ,
715
715
)
716
716
await process . onStderr ( ( message ) => message . includes ( 'Finished src/index.css' ) )
717
717
You can’t perform that action at this time.
0 commit comments