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(
671671 let process = await spawn ( 'pnpm postcss src/index.css --output dist/out.css --watch --verbose' )
672672
673673 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' ) ,
675675 )
676676
677677 expect ( await fs . dumpFiles ( 'dist/*.css' ) ) . toMatchInlineSnapshot ( `
@@ -711,7 +711,7 @@ test(
711711 ` ,
712712 )
713713 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' ) ,
715715 )
716716 await process . onStderr ( ( message ) => message . includes ( 'Finished src/index.css' ) )
717717
You can’t perform that action at this time.
0 commit comments