|
1 |
| -// Jest Snapshot v1, https://goo.gl/fbAQLP |
| 1 | +// Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing |
2 | 2 |
|
3 | 3 | exports[`"sourceMap" option should generate inline source maps when the "devtool" is "false": css 1`] = `
|
4 | 4 | "a {
|
@@ -113,7 +113,14 @@ exports[`"sourceMap" option should generate source maps using the "postcssOption
|
113 | 113 |
|
114 | 114 | exports[`"sourceMap" option should generate source maps using the "postcssOptions.map" option with "true" value and previous loader returns source maps ("sass-loader"): errors 1`] = `[]`;
|
115 | 115 |
|
116 |
| -exports[`"sourceMap" option should generate source maps using the "postcssOptions.map" option with "true" value and previous loader returns source maps ("sass-loader"): warnings 1`] = `[]`; |
| 116 | +exports[`"sourceMap" option should generate source maps using the "postcssOptions.map" option with "true" value and previous loader returns source maps ("sass-loader"): warnings 1`] = ` |
| 117 | +[ |
| 118 | + "ModuleWarning: Module Warning (from \`replaced original path\`): |
| 119 | +Deprecation The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. |
| 120 | +
|
| 121 | +More info: https://sass-lang.com/d/legacy-js-api", |
| 122 | +] |
| 123 | +`; |
117 | 124 |
|
118 | 125 | exports[`"sourceMap" option should generate source maps using the "postcssOptions.map" option with values and previous loader returns source maps ("sass-loader"): css 1`] = `
|
119 | 126 | "a {
|
@@ -142,7 +149,14 @@ exports[`"sourceMap" option should generate source maps using the "postcssOption
|
142 | 149 | }
|
143 | 150 | `;
|
144 | 151 |
|
145 |
| -exports[`"sourceMap" option should generate source maps using the "postcssOptions.map" option with values and previous loader returns source maps ("sass-loader"): warnings 1`] = `[]`; |
| 152 | +exports[`"sourceMap" option should generate source maps using the "postcssOptions.map" option with values and previous loader returns source maps ("sass-loader"): warnings 1`] = ` |
| 153 | +[ |
| 154 | + "ModuleWarning: Module Warning (from \`replaced original path\`): |
| 155 | +Deprecation The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. |
| 156 | +
|
| 157 | +More info: https://sass-lang.com/d/legacy-js-api", |
| 158 | +] |
| 159 | +`; |
146 | 160 |
|
147 | 161 | exports[`"sourceMap" option should generate source maps when previous loader returns source maps ("less-loader"): css 1`] = `
|
148 | 162 | "a {
|
@@ -198,7 +212,14 @@ exports[`"sourceMap" option should generate source maps when previous loader ret
|
198 | 212 | }
|
199 | 213 | `;
|
200 | 214 |
|
201 |
| -exports[`"sourceMap" option should generate source maps when previous loader returns source maps ("sass-loader"): warnings 1`] = `[]`; |
| 215 | +exports[`"sourceMap" option should generate source maps when previous loader returns source maps ("sass-loader"): warnings 1`] = ` |
| 216 | +[ |
| 217 | + "ModuleWarning: Module Warning (from \`replaced original path\`): |
| 218 | +Deprecation The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. |
| 219 | +
|
| 220 | +More info: https://sass-lang.com/d/legacy-js-api", |
| 221 | +] |
| 222 | +`; |
202 | 223 |
|
203 | 224 | exports[`"sourceMap" option should generate source maps when value is not specified and the "devtool" with "source-map" value: css 1`] = `
|
204 | 225 | "a {
|
|
0 commit comments