Skip to content

Commit 9a151a7

Browse files
committed
chore: update snapshots
1 parent 0f660d5 commit 9a151a7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

test/__snapshots__/implementation.test.js.snap

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
// Jest Snapshot v1, https://goo.gl/fbAQLP
1+
// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22

3-
exports[`"implementation" option should throw error when unresolved package: errors 1`] = `
3+
exports[`"implementation" option should throw error when implementation has error: errors 1`] = `
44
[
55
"ModuleBuildError: Module build failed (from \`replaced original path\`):
6-
NonErrorEmittedError: (Emitted value instead of an instance of Error) Error: Cannot find module 'unresolved' from 'src/utils.js'",
6+
Error: The Less implementation "/test/fixtures/implementation-error.js" not found",
77
]
88
`;
99

10-
exports[`"implementation" option should throw error when unresolved package: errors 2`] = `
10+
exports[`"implementation" option should throw error when implementation has error: warnings 1`] = `[]`;
11+
12+
exports[`"implementation" option should throw error when unresolved package: errors 1`] = `
1113
[
1214
"ModuleBuildError: Module build failed (from \`replaced original path\`):
13-
Error: The Less implementation "/test/fixtures/implementation-error.js" not found",
15+
NonErrorEmittedError: (Emitted value instead of an instance of Error) Error: Cannot find module 'unresolved' from 'src/utils.js'",
1416
]
1517
`;
1618

1719
exports[`"implementation" option should throw error when unresolved package: warnings 1`] = `[]`;
1820

19-
exports[`"implementation" option should throw error when unresolved package: warnings 2`] = `[]`;
20-
2121
exports[`"implementation" option should work when implementation option is string: css 1`] = `
2222
".box {
2323
color: #fe33ac;

0 commit comments

Comments
 (0)