@@ -19,7 +19,7 @@ exports[`utils / cssSnapshots with baseUrl and paths in compilerOptions sass sho
19
19
20
20
exports [` utils / cssSnapshots with file 'empty.module.less' createExports should create an exports file 1` ] = `
21
21
"declare let classes: {
22
-
22
+
23
23
} ;
24
24
export default classes;
25
25
"
@@ -30,7 +30,7 @@ exports[`utils / cssSnapshots with file 'empty.module.less' getCssExports should
30
30
exports [` utils / cssSnapshots with file 'empty.module.less' with a custom template should transform the generated dts 1` ] = `
31
31
"/* eslint-disable */
32
32
declare let classes: {
33
-
33
+
34
34
} ;
35
35
export default classes;
36
36
@@ -40,7 +40,7 @@ export type AllClassNames = '';"
40
40
41
41
exports [` utils / cssSnapshots with file 'empty.module.sass' createExports should create an exports file 1` ] = `
42
42
"declare let classes: {
43
-
43
+
44
44
} ;
45
45
export default classes;
46
46
"
@@ -51,7 +51,7 @@ exports[`utils / cssSnapshots with file 'empty.module.sass' getCssExports should
51
51
exports [` utils / cssSnapshots with file 'empty.module.sass' with a custom template should transform the generated dts 1` ] = `
52
52
"/* eslint-disable */
53
53
declare let classes: {
54
-
54
+
55
55
} ;
56
56
export default classes;
57
57
@@ -61,7 +61,7 @@ export type AllClassNames = '';"
61
61
62
62
exports [` utils / cssSnapshots with file 'empty.module.scss' createExports should create an exports file 1` ] = `
63
63
"declare let classes: {
64
-
64
+
65
65
} ;
66
66
export default classes;
67
67
"
@@ -72,7 +72,7 @@ exports[`utils / cssSnapshots with file 'empty.module.scss' getCssExports should
72
72
exports [` utils / cssSnapshots with file 'empty.module.scss' with a custom template should transform the generated dts 1` ] = `
73
73
"/* eslint-disable */
74
74
declare let classes: {
75
-
75
+
76
76
} ;
77
77
export default classes;
78
78
@@ -82,7 +82,7 @@ export type AllClassNames = '';"
82
82
83
83
exports [` utils / cssSnapshots with file 'empty.module.styl' createExports should create an exports file 1` ] = `
84
84
"declare let classes: {
85
-
85
+
86
86
} ;
87
87
export default classes;
88
88
"
@@ -93,7 +93,7 @@ exports[`utils / cssSnapshots with file 'empty.module.styl' getCssExports should
93
93
exports [` utils / cssSnapshots with file 'empty.module.styl' with a custom template should transform the generated dts 1` ] = `
94
94
"/* eslint-disable */
95
95
declare let classes: {
96
-
96
+
97
97
} ;
98
98
export default classes;
99
99
@@ -842,14 +842,14 @@ exports[`utils / cssSnapshots with goToDefinition enabled should return an objec
842
842
}
843
843
` ;
844
844
845
- exports [` utils / cssSnapshots with includePaths in sass options should find external file from includePaths 1` ] = `
845
+ exports [` utils / cssSnapshots with loadPaths in sass options should find external file from loadPaths 1` ] = `
846
846
{
847
847
" big-font" : " include-path-module__big-font---Td7hY" ,
848
848
" class-with-mixin" : " include-path-module__class-with-mixin---1u87_" ,
849
849
}
850
850
` ;
851
851
852
- exports [` utils / cssSnapshots with includePaths in stylus options should find external file from includePaths 1` ] = `
852
+ exports [` utils / cssSnapshots with loadPaths in stylus options should find external file from loadPaths 1` ] = `
853
853
{
854
854
" external-class" : " include-path-module__external-class---ecH0A" ,
855
855
" include-path" : " include-path-module__include-path---2f2uR" ,
0 commit comments