File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 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
1719exports [` "implementation" option should throw error when unresolved package: warnings 1` ] = ` []` ;
1820
19- exports [` "implementation" option should throw error when unresolved package: warnings 2` ] = ` []` ;
20-
2121exports [` "implementation" option should work when implementation option is string: css 1` ] = `
2222".box {
2323 color : #fe33ac ;
You can’t perform that action at this time.
0 commit comments