Skip to content

Commit bb73067

Browse files
test: fix
1 parent 6bd6dc0 commit bb73067

File tree

2 files changed

+34
-9
lines changed

2 files changed

+34
-9
lines changed

package-lock.json

Lines changed: 30 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/__snapshots__/modules-option.test.js.snap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11817,7 +11817,7 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.ComponentName-header {
1181711817
}
1181811818

1181911819
.ComponentName-footer {
11820-
color: blue;
11820+
color: blue;
1182111821
}
1182211822
\`, ""]);
1182311823
// Exports
@@ -11841,7 +11841,7 @@ exports[`"modules" option should work with [folder] #3: result 1`] = `
1184111841
}
1184211842

1184311843
.ComponentName-footer {
11844-
color: blue;
11844+
color: blue;
1184511845
}
1184611846
",
1184711847
"",
@@ -11868,7 +11868,7 @@ ___CSS_LOADER_EXPORT___.push([module.id, \`.ComponentName-header {
1186811868
}
1186911869

1187011870
.ComponentName-footer {
11871-
color: blue;
11871+
color: blue;
1187211872
}
1187311873
\`, ""]);
1187411874
// Exports
@@ -11892,7 +11892,7 @@ exports[`"modules" option should work with [folder] #4: result 1`] = `
1189211892
}
1189311893

1189411894
.ComponentName-footer {
11895-
color: blue;
11895+
color: blue;
1189611896
}
1189711897
",
1189811898
"",

0 commit comments

Comments
 (0)