Skip to content

Commit 07acfe4

Browse files
test: update snapshots
1 parent f318a0c commit 07acfe4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/__snapshots__/loader.test.js.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ exports[`check postcss versions to avoid using PostCSS 7 should not show a warni
2020
Array [
2121
"ModuleBuildError: Module build failed (from \`replaced original path\`):
2222
Error: Something went wrong.
23-
at Processor.process (/test/loader.test.js:294:28)
23+
at Processor.process (/test/loader.test.js:300:26)
2424
at Object.loader (/src/index.js:106:30)",
2525
]
2626
`;
@@ -31,7 +31,7 @@ exports[`check postcss versions to avoid using PostCSS 7 should not show a warni
3131
Array [
3232
"ModuleBuildError: Module build failed (from \`replaced original path\`):
3333
Error: Something went wrong.
34-
at Processor.process (/test/loader.test.js:242:26)
34+
at Processor.process (/test/loader.test.js:245:26)
3535
at Object.loader (/src/index.js:106:30)",
3636
]
3737
`;
@@ -42,7 +42,7 @@ exports[`check postcss versions to avoid using PostCSS 7 should not show a warni
4242
Array [
4343
"ModuleBuildError: Module build failed (from \`replaced original path\`):
4444
Error: Something went wrong.
45-
at Processor.process (/test/loader.test.js:268:28)
45+
at Processor.process (/test/loader.test.js:274:26)
4646
at Object.loader (/src/index.js:106:30)",
4747
]
4848
`;

0 commit comments

Comments
 (0)