@@ -19,7 +19,7 @@ export default classes;
19
19
20
20
exports [` utils / cssSnapshots with file 'empty.module.less' getClasses should return an object matching expected CSS 1` ] = ` Object { } ` ;
21
21
22
- exports [` utils / cssSnapshots with file 'empty.module.less' with a custom typescript transformer should transform the generated dts 1` ] = `
22
+ exports [` utils / cssSnapshots with file 'empty.module.less' with a custom template should transform the generated dts 1` ] = `
23
23
"/* eslint-disable */
24
24
declare const classes: {
25
25
@@ -40,7 +40,7 @@ export default classes;
40
40
41
41
exports [` utils / cssSnapshots with file 'empty.module.sass' getClasses should return an object matching expected CSS 1` ] = ` Object { } ` ;
42
42
43
- exports [` utils / cssSnapshots with file 'empty.module.sass' with a custom typescript transformer should transform the generated dts 1` ] = `
43
+ exports [` utils / cssSnapshots with file 'empty.module.sass' with a custom template should transform the generated dts 1` ] = `
44
44
"/* eslint-disable */
45
45
declare const classes: {
46
46
@@ -61,7 +61,7 @@ export default classes;
61
61
62
62
exports [` utils / cssSnapshots with file 'empty.module.scss' getClasses should return an object matching expected CSS 1` ] = ` Object { } ` ;
63
63
64
- exports [` utils / cssSnapshots with file 'empty.module.scss' with a custom typescript transformer should transform the generated dts 1` ] = `
64
+ exports [` utils / cssSnapshots with file 'empty.module.scss' with a custom template should transform the generated dts 1` ] = `
65
65
"/* eslint-disable */
66
66
declare const classes: {
67
67
@@ -106,7 +106,7 @@ Object {
106
106
}
107
107
` ;
108
108
109
- exports [` utils / cssSnapshots with file 'import.module.css' with a custom typescript transformer should transform the generated dts 1` ] = `
109
+ exports [` utils / cssSnapshots with file 'import.module.css' with a custom template should transform the generated dts 1` ] = `
110
110
"/* eslint-disable */
111
111
declare const classes: {
112
112
' classA' : string ;
@@ -162,7 +162,7 @@ Object {
162
162
}
163
163
` ;
164
164
165
- exports [` utils / cssSnapshots with file 'import.module.less' with a custom typescript transformer should transform the generated dts 1` ] = `
165
+ exports [` utils / cssSnapshots with file 'import.module.less' with a custom template should transform the generated dts 1` ] = `
166
166
"/* eslint-disable */
167
167
declare const classes: {
168
168
' nested-class-parent' : string ;
@@ -216,7 +216,7 @@ Object {
216
216
}
217
217
` ;
218
218
219
- exports [` utils / cssSnapshots with file 'test.module.css' with a custom typescript transformer should transform the generated dts 1` ] = `
219
+ exports [` utils / cssSnapshots with file 'test.module.css' with a custom template should transform the generated dts 1` ] = `
220
220
"/* eslint-disable */
221
221
declare const classes: {
222
222
' classA' : string ;
@@ -272,7 +272,7 @@ Object {
272
272
}
273
273
` ;
274
274
275
- exports [` utils / cssSnapshots with file 'test.module.less' with a custom typescript transformer should transform the generated dts 1` ] = `
275
+ exports [` utils / cssSnapshots with file 'test.module.less' with a custom template should transform the generated dts 1` ] = `
276
276
"/* eslint-disable */
277
277
declare const classes: {
278
278
' nested-class-parent' : string ;
@@ -344,7 +344,7 @@ Object {
344
344
}
345
345
` ;
346
346
347
- exports [` utils / cssSnapshots with file 'test.module.sass' with a custom typescript transformer should transform the generated dts 1` ] = `
347
+ exports [` utils / cssSnapshots with file 'test.module.sass' with a custom template should transform the generated dts 1` ] = `
348
348
"/* eslint-disable */
349
349
declare const classes: {
350
350
' local-class-inside-global' : string ;
@@ -426,7 +426,7 @@ Object {
426
426
}
427
427
` ;
428
428
429
- exports [` utils / cssSnapshots with file 'test.module.scss' with a custom typescript transformer should transform the generated dts 1` ] = `
429
+ exports [` utils / cssSnapshots with file 'test.module.scss' with a custom template should transform the generated dts 1` ] = `
430
430
"/* eslint-disable */
431
431
declare const classes: {
432
432
' local-class-inside-global' : string ;
0 commit comments