@@ -668,6 +668,44 @@ Array [
668
668
669
669
exports [` "modules" option should keep order: warnings 1` ] = ` Array []` ;
670
670
671
+ exports [` "modules" option should resolve absolute path in composes: errors 1` ] = ` Array []` ;
672
+
673
+ exports [` "modules" option should resolve absolute path in composes: module 1` ] = `
674
+ "// Imports
675
+ import ___CSS_LOADER_API_IMPORT___ from \\ "../../../../src/runtime/api.js\\ ";
676
+ import ___CSS_LOADER_ICSS_IMPORT_0___ from \\ "-!../../../../src/index.js??[ident]!./imported-simple.css\\ ";
677
+ var ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(false);
678
+ ___CSS_LOADER_EXPORT___.i(___CSS_LOADER_ICSS_IMPORT_0___, \\ "\\ ", true);
679
+ // Module
680
+ ___CSS_LOADER_EXPORT___.push([module.id, \\ "._2Qa8f_r4FS0cuNEBSCJGHl { color : red ; } \\ ", \\ "\\ "]);
681
+ // Exports
682
+ ___CSS_LOADER_EXPORT___.locals = {
683
+ \\" simple\\ " : \\" _2Qa8f_r4FS0cuNEBSCJGHl \\ " + ___CSS_LOADER_ICSS_IMPORT_0___ .locals [\\" imported-simple\\ " ] + \\" \\ "
684
+ } ;
685
+ export default ___CSS_LOADER_EXPORT___;
686
+ "
687
+ ` ;
688
+
689
+ exports [` "modules" option should resolve absolute path in composes: result 1` ] = `
690
+ Array [
691
+ Array [
692
+ "../../src/index.js?[ident]!./modules/composes/imported-simple.css",
693
+ "._1LcKtmpK51ikm2OTXu6tSg {
694
+ display : block ;
695
+ }
696
+ ",
697
+ "",
698
+ ],
699
+ Array [
700
+ "./modules/composes/composes-absolute.css",
701
+ "._2Qa8f_r4FS0cuNEBSCJGHl { color : red ; } ",
702
+ "",
703
+ ],
704
+ ]
705
+ ` ;
706
+
707
+ exports [` "modules" option should resolve absolute path in composes: warnings 1` ] = ` Array []` ;
708
+
671
709
exports [` "modules" option should resolve package from node_modules with and without tilde: errors 1` ] = ` Array []` ;
672
710
673
711
exports [` "modules" option should resolve package from node_modules with and without tilde: module 1` ] = `
0 commit comments