Skip to content

Commit d30ae26

Browse files
test: update
1 parent f33eab0 commit d30ae26

File tree

1 file changed

+25
-10
lines changed

1 file changed

+25
-10
lines changed

test/__snapshots__/loader.test.js.snap

+25-10
Original file line numberDiff line numberDiff line change
@@ -2558,6 +2558,11 @@ var ___CSS_LOADER_URL_IMPORT_3___ = new URL("./fonts/Roboto-Regular.ttf", import
25582558
var ___CSS_LOADER_URL_IMPORT_4___ = new URL("./fonts/Roboto-Regular.svg", import.meta.url);
25592559
var ___CSS_LOADER_URL_IMPORT_5___ = new URL("./fonts/Roboto-Regular.eot", import.meta.url);
25602560
var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_NO_SOURCEMAP_IMPORT___);
2561+
___CSS_LOADER_EXPORT___.push([module.id, "@import url(./basic.css);"]);
2562+
___CSS_LOADER_EXPORT___.push([module.id, "@import url(./imported.css);"]);
2563+
___CSS_LOADER_EXPORT___.push([module.id, "@import url(./simple.css);"]);
2564+
___CSS_LOADER_EXPORT___.push([module.id, "@import url(./simple.css);"]);
2565+
___CSS_LOADER_EXPORT___.push([module.id, "@import url(./simple.css);"]);
25612566
___CSS_LOADER_EXPORT___.i(___CSS_LOADER_AT_RULE_IMPORT_0___);
25622567
___CSS_LOADER_EXPORT___.i(___CSS_LOADER_AT_RULE_IMPORT_0___);
25632568
___CSS_LOADER_EXPORT___.i(___CSS_LOADER_AT_RULE_IMPORT_0___);
@@ -2572,11 +2577,6 @@ var ___CSS_LOADER_URL_REPLACEMENT_6___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_
25722577
var ___CSS_LOADER_URL_REPLACEMENT_7___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_0___, { needQuotes: true });
25732578
// Module
25742579
___CSS_LOADER_EXPORT___.push([module.id, \`/* webpackIgnore: true */
2575-
@import url(./basic.css);
2576-
@import /* webpackIgnore: true */ url(./imported.css);
2577-
@import /* webpackIgnore: false */ /* webpackIgnore: true */ url(./simple.css);
2578-
@import /* webpackIgnore: false */ /* webpackIgnore: true */ /* webpackIgnore: true */ url(./simple.css);
2579-
@import /* webpackIgnore: false */ /* webpackIgnore: false */ /* webpackIgnore: true */ url(./simple.css);
25802580
25812581
/** Resolved **/
25822582
/** Resolved **/
@@ -2830,6 +2830,26 @@ export default ___CSS_LOADER_EXPORT___;
28302830
28312831
exports[`loader should work with webpackIgnore comment: result 1`] = `
28322832
[
2833+
[
2834+
"./webpackIgnore.css",
2835+
"@import url(./basic.css);",
2836+
],
2837+
[
2838+
"./webpackIgnore.css",
2839+
"@import url(./imported.css);",
2840+
],
2841+
[
2842+
"./webpackIgnore.css",
2843+
"@import url(./simple.css);",
2844+
],
2845+
[
2846+
"./webpackIgnore.css",
2847+
"@import url(./simple.css);",
2848+
],
2849+
[
2850+
"./webpackIgnore.css",
2851+
"@import url(./simple.css);",
2852+
],
28332853
[
28342854
"../../src/index.js??ruleSet[1].rules[0].use[0]!./simple.css",
28352855
".some-class {
@@ -2865,11 +2885,6 @@ exports[`loader should work with webpackIgnore comment: result 1`] = `
28652885
[
28662886
"./webpackIgnore.css",
28672887
"/* webpackIgnore: true */
2868-
@import url(./basic.css);
2869-
@import /* webpackIgnore: true */ url(./imported.css);
2870-
@import /* webpackIgnore: false */ /* webpackIgnore: true */ url(./simple.css);
2871-
@import /* webpackIgnore: false */ /* webpackIgnore: true */ /* webpackIgnore: true */ url(./simple.css);
2872-
@import /* webpackIgnore: false */ /* webpackIgnore: false */ /* webpackIgnore: true */ url(./simple.css);
28732888
28742889
/** Resolved **/
28752890
/** Resolved **/

0 commit comments

Comments
 (0)