Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
test: update snapshots
  • Loading branch information
alexander-akait committed Jul 15, 2020
commit b8093afa942bc6c7c8f0d5aae322f8000a1bbf6f
16 changes: 8 additions & 8 deletions test/__snapshots__/esModule-option.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,10 @@ var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(false);
___CSS_LOADER_EXPORT___.i(___CSS_LOADER_AT_RULE_IMPORT_0___);
var ___CSS_LOADER_URL_REPLACEMENT_0___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_0___);
// Module
___CSS_LOADER_EXPORT___.push([module.id, \\"@charset \\\\\\"UTF-8\\\\\\";\\\\n\\\\n/* Comment */\\\\n\\\\n._3S58jeCkC6SOPhVLbU-Bwn {\\\\n color: red;\\\\n background: url(\\" + ___CSS_LOADER_URL_REPLACEMENT_0___ + \\");\\\\n}\\\\n\\", \\"\\"]);
___CSS_LOADER_EXPORT___.push([module.id, \\"@charset \\\\\\"UTF-8\\\\\\";\\\\n\\\\n/* Comment */\\\\n\\\\n._2uMy1nigdepJE7b3T1Visj {\\\\n color: red;\\\\n background: url(\\" + ___CSS_LOADER_URL_REPLACEMENT_0___ + \\");\\\\n}\\\\n\\", \\"\\"]);
// Exports
___CSS_LOADER_EXPORT___.locals = {
\\"class\\": \\"_3S58jeCkC6SOPhVLbU-Bwn\\"
\\"class\\": \\"_2uMy1nigdepJE7b3T1Visj\\"
};
export default ___CSS_LOADER_EXPORT___;
"
Expand All @@ -163,7 +163,7 @@ exports[`"esModule" option should work with a value equal to "true" and the "mod
Array [
Array [
"../../src/index.js?[ident]!./es-module/imported.css",
"._3xfjtZ03Dx7Cld7Debi-wl {
"._3zJoIAkhorFsUbhn0phThb {
color: red;
}
",
Expand All @@ -175,7 +175,7 @@ Array [

/* Comment */

._3S58jeCkC6SOPhVLbU-Bwn {
._2uMy1nigdepJE7b3T1Visj {
color: red;
background: url(/webpack/public/path/img.png);
}
Expand All @@ -199,10 +199,10 @@ var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(false);
___CSS_LOADER_EXPORT___.i(___CSS_LOADER_AT_RULE_IMPORT_0___);
var ___CSS_LOADER_URL_REPLACEMENT_0___ = ___CSS_LOADER_GET_URL_IMPORT___(___CSS_LOADER_URL_IMPORT_0___);
// Module
___CSS_LOADER_EXPORT___.push([module.id, \\"@charset \\\\\\"UTF-8\\\\\\";\\\\n\\\\n/* Comment */\\\\n\\\\n._3S58jeCkC6SOPhVLbU-Bwn {\\\\n color: red;\\\\n background: url(\\" + ___CSS_LOADER_URL_REPLACEMENT_0___ + \\");\\\\n}\\\\n\\", \\"\\"]);
___CSS_LOADER_EXPORT___.push([module.id, \\"@charset \\\\\\"UTF-8\\\\\\";\\\\n\\\\n/* Comment */\\\\n\\\\n._2uMy1nigdepJE7b3T1Visj {\\\\n color: red;\\\\n background: url(\\" + ___CSS_LOADER_URL_REPLACEMENT_0___ + \\");\\\\n}\\\\n\\", \\"\\"]);
// Exports
___CSS_LOADER_EXPORT___.locals = {
\\"class\\": \\"_3S58jeCkC6SOPhVLbU-Bwn\\"
\\"class\\": \\"_2uMy1nigdepJE7b3T1Visj\\"
};
export default ___CSS_LOADER_EXPORT___;
"
Expand All @@ -212,7 +212,7 @@ exports[`"esModule" option should work with a value equal to "true" and the "mod
Array [
Array [
"../../src/index.js?[ident]!./es-module/imported.css",
"._3xfjtZ03Dx7Cld7Debi-wl {
"._3zJoIAkhorFsUbhn0phThb {
color: red;
}
",
Expand All @@ -224,7 +224,7 @@ Array [

/* Comment */

._3S58jeCkC6SOPhVLbU-Bwn {
._2uMy1nigdepJE7b3T1Visj {
color: red;
background: url(/webpack/public/path/img.png);
}
Expand Down
4 changes: 2 additions & 2 deletions test/__snapshots__/loader.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ exports[`loader should work with the "modules.auto" option and the "importLoader
color: #333;
}
/* CSS modules */
.dA97I-anu7-0d9tFzAFON {
._3ZewTmcU5fqs585BjdQt_0 {
overflow-x: hidden;
overflow-y: auto;
overflow: hidden auto;
Expand All @@ -634,7 +634,7 @@ exports[`loader should work with the "modules.auto" option and the "importLoader
overflow-y: auto;
overflow: hidden auto;
}
._2qRovssCxTKx1PYTv5qdNp {
.irHrhsl3WEJVKUxOmS7dC {
color: #333;
overflow-x: hidden;
overflow-y: auto;
Expand Down
Loading