|
1 | 1 | // Jest Snapshot v1, https://goo.gl/fbAQLP
|
2 | 2 |
|
3 |
| -exports[`implementation option 'dart-sass', 'legacy' API: errors 1`] = `[]`; |
| 3 | +exports[`implementation option not specify with node-sass: errors 1`] = `[]`; |
4 | 4 |
|
5 |
| -exports[`implementation option 'dart-sass', 'legacy' API: warnings 1`] = `[]`; |
6 |
| - |
7 |
| -exports[`implementation option 'dart-sass', 'modern' API: errors 1`] = `[]`; |
8 |
| - |
9 |
| -exports[`implementation option 'dart-sass', 'modern' API: warnings 1`] = `[]`; |
10 |
| - |
11 |
| -exports[`implementation option 'dart-sass', 'modern-compiler' API: errors 1`] = `[]`; |
12 |
| - |
13 |
| -exports[`implementation option 'dart-sass', 'modern-compiler' API: warnings 1`] = `[]`; |
14 |
| - |
15 |
| -exports[`implementation option 'sass_string', 'legacy' API: errors 1`] = `[]`; |
16 |
| - |
17 |
| -exports[`implementation option 'sass_string', 'legacy' API: warnings 1`] = `[]`; |
18 |
| - |
19 |
| -exports[`implementation option 'sass-embedded', 'legacy' API: errors 1`] = `[]`; |
20 |
| - |
21 |
| -exports[`implementation option 'sass-embedded', 'legacy' API: warnings 1`] = `[]`; |
22 |
| - |
23 |
| -exports[`implementation option 'sass-embedded', 'modern' API: errors 1`] = `[]`; |
24 |
| - |
25 |
| -exports[`implementation option 'sass-embedded', 'modern' API: warnings 1`] = `[]`; |
26 |
| - |
27 |
| -exports[`implementation option 'sass-embedded', 'modern-compiler' API: errors 1`] = `[]`; |
28 |
| - |
29 |
| -exports[`implementation option 'sass-embedded', 'modern-compiler' API: warnings 1`] = `[]`; |
30 |
| - |
31 |
| -exports[`implementation option not specify with legacy API: errors 1`] = `[]`; |
32 |
| - |
33 |
| -exports[`implementation option not specify with legacy API: warnings 1`] = `[]`; |
34 |
| - |
35 |
| -exports[`implementation option not specify with modern API: errors 1`] = `[]`; |
36 |
| - |
37 |
| -exports[`implementation option not specify with modern API: warnings 1`] = `[]`; |
38 |
| - |
39 |
| -exports[`implementation option not specify with modern-compiler API: errors 1`] = `[]`; |
40 |
| - |
41 |
| -exports[`implementation option not specify with modern-compiler API: warnings 1`] = `[]`; |
42 |
| - |
43 |
| -exports[`implementation option not specify: errors 1`] = `[]`; |
44 |
| - |
45 |
| -exports[`implementation option not specify: warnings 1`] = `[]`; |
46 |
| - |
47 |
| -exports[`implementation option should not swallow an error when trying to load a sass implementation: errors 1`] = ` |
48 |
| -[ |
49 |
| - "ModuleBuildError: Module build failed (from ../src/cjs.js): |
50 |
| -Some error sass-embedded", |
51 |
| -] |
52 |
| -`; |
53 |
| - |
54 |
| -exports[`implementation option should not swallow an error when trying to load a sass implementation: warnings 1`] = `[]`; |
55 |
| - |
56 |
| -exports[`implementation option should support switching the implementation within the same process when using the modern-compiler API: errors 1`] = `[]`; |
57 |
| - |
58 |
| -exports[`implementation option should support switching the implementation within the same process when using the modern-compiler API: errors 2`] = `[]`; |
59 |
| - |
60 |
| -exports[`implementation option should support switching the implementation within the same process when using the modern-compiler API: warnings 1`] = `[]`; |
61 |
| - |
62 |
| -exports[`implementation option should support switching the implementation within the same process when using the modern-compiler API: warnings 2`] = `[]`; |
63 |
| - |
64 |
| -exports[`implementation option should throw an error on an unknown sass implementation: errors 1`] = ` |
65 |
| -[ |
66 |
| - "ModuleBuildError: Module build failed (from ../src/cjs.js): |
67 |
| -Error: Unknown Sass implementation "strange-sass".", |
68 |
| -] |
69 |
| -`; |
70 |
| - |
71 |
| -exports[`implementation option should throw an error on an unknown sass implementation: warnings 1`] = `[]`; |
72 |
| - |
73 |
| -exports[`implementation option should throw an error when the "info" is unparseable: errors 1`] = ` |
74 |
| -[ |
75 |
| - "ModuleBuildError: Module build failed (from ../src/cjs.js): |
76 |
| -Error: Unknown Sass implementation "asdfj".", |
77 |
| -] |
78 |
| -`; |
79 |
| - |
80 |
| -exports[`implementation option should throw an error when the "info" is unparseable: warnings 1`] = `[]`; |
81 |
| - |
82 |
| -exports[`implementation option should throw error when the "info" does not exist: errors 1`] = ` |
83 |
| -[ |
84 |
| - "ModuleBuildError: Module build failed (from ../src/cjs.js): |
85 |
| -Error: Unknown Sass implementation.", |
86 |
| -] |
87 |
| -`; |
88 |
| - |
89 |
| -exports[`implementation option should throw error when the "info" does not exist: warnings 1`] = `[]`; |
90 |
| - |
91 |
| -exports[`implementation option should throw error when unresolved package: errors 1`] = ` |
92 |
| -[ |
93 |
| - "ModuleBuildError: Module build failed (from ../src/cjs.js): |
94 |
| -Error: Cannot find module 'unresolved' from 'src/utils.js'", |
95 |
| -] |
96 |
| -`; |
97 |
| - |
98 |
| -exports[`implementation option should throw error when unresolved package: warnings 1`] = `[]`; |
99 |
| - |
100 |
| -exports[`implementation option should try to load using valid order: errors 1`] = ` |
101 |
| -[ |
102 |
| - "ModuleBuildError: Module build failed (from ../src/cjs.js): |
103 |
| -Some error sass-embedded", |
104 |
| -] |
105 |
| -`; |
106 |
| - |
107 |
| -exports[`implementation option should try to load using valid order: warnings 1`] = `[]`; |
| 5 | +exports[`implementation option not specify with node-sass: warnings 1`] = `[]`; |
0 commit comments