File tree Expand file tree Collapse file tree 1 file changed +64
-0
lines changed Expand file tree Collapse file tree 1 file changed +64
-0
lines changed Original file line number Diff line number Diff line change @@ -21167,8 +21167,72 @@ Array [
2116721167
2116821168exports[`"modules" option should work with global compose: warnings 1`] = `Array []`;
2116921169
21170+ exports[`"modules" option should work with multiple compose: errors 1`] = `Array []`;
21171+
2117021172exports[`"modules" option should work with multiple compose: module 1`] = `undefined`;
2117121173
21174+ exports[`"modules" option should work with multiple compose: result 1`] = `
21175+ Array [
21176+ Array [
21177+ "../../src/index.js??ruleSet[1].rules[0].use[0]!./modules/composes/alias.css",
21178+ ".dnhKs1AYKq4KodZdfzcx {
21179+ display: table;
21180+ }
21181+ ",
21182+ "",
21183+ ],
21184+ Array [
21185+ "../../src/index.js??ruleSet[1].rules[0].use[0]!./modules/composes/alias-1.css",
21186+ ".Lg5UPByIZH1XWiASCk_q {
21187+ background: red;
21188+ }
21189+
21190+ .QllkotlwlKJ4pFhiIzqP {
21191+ background: red;
21192+ }
21193+ ",
21194+ "",
21195+ ],
21196+ Array [
21197+ "./modules/composes/multiple.css",
21198+ ".RsClSIMkfTMmUvwYT4aD {
21199+ color: red;
21200+ }
21201+
21202+ .OdpZEdUc2oHF96Xqdoba {
21203+ color: blue;
21204+ }
21205+
21206+ .A3lCTIjOyIaMw91SUTt_ {
21207+ color: blue;
21208+ }
21209+
21210+ .global-class {
21211+ padding: 10px;
21212+ }
21213+
21214+ .global-class-1 {
21215+ padding: 10px;
21216+ }
21217+
21218+ .global-class-2 {
21219+ padding: 10px;
21220+ }
21221+
21222+ .BwiLdQraIwYyRAA53QEQ {
21223+ color: gainsboro;
21224+ }
21225+
21226+ .DemABT8Zz2xVnnu848uO {
21227+ }
21228+ ",
21229+ "",
21230+ ],
21231+ ]
21232+ `;
21233+
21234+ exports[`"modules" option should work with multiple compose: warnings 1`] = `Array []`;
21235+
2117221236exports[`"modules" option should work with the "[local]" placeholder for the "localIdentName" option: errors 1`] = `Array []`;
2117321237
2117421238exports[`"modules" option should work with the "[local]" placeholder for the "localIdentName" option: module 1`] = `
You can’t perform that action at this time.
0 commit comments