@@ -19,7 +19,7 @@ export default classes;
1919
2020exports [` utils / cssSnapshots with file 'empty.module.less' getClasses should return an object matching expected CSS 1` ] = ` Object { } ` ;
2121
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` ] = `
2323"/* eslint-disable */
2424declare const classes: {
2525
@@ -40,7 +40,7 @@ export default classes;
4040
4141exports [` utils / cssSnapshots with file 'empty.module.sass' getClasses should return an object matching expected CSS 1` ] = ` Object { } ` ;
4242
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` ] = `
4444"/* eslint-disable */
4545declare const classes: {
4646
@@ -61,7 +61,7 @@ export default classes;
6161
6262exports [` utils / cssSnapshots with file 'empty.module.scss' getClasses should return an object matching expected CSS 1` ] = ` Object { } ` ;
6363
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` ] = `
6565"/* eslint-disable */
6666declare const classes: {
6767
@@ -106,7 +106,7 @@ Object {
106106}
107107` ;
108108
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` ] = `
110110"/* eslint-disable */
111111declare const classes: {
112112' classA' : string ;
@@ -162,7 +162,7 @@ Object {
162162}
163163` ;
164164
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` ] = `
166166"/* eslint-disable */
167167declare const classes: {
168168' nested-class-parent' : string ;
@@ -216,7 +216,7 @@ Object {
216216}
217217` ;
218218
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` ] = `
220220"/* eslint-disable */
221221declare const classes: {
222222' classA' : string ;
@@ -272,7 +272,7 @@ Object {
272272}
273273` ;
274274
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` ] = `
276276"/* eslint-disable */
277277declare const classes: {
278278' nested-class-parent' : string ;
@@ -344,7 +344,7 @@ Object {
344344}
345345` ;
346346
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` ] = `
348348"/* eslint-disable */
349349declare const classes: {
350350' local-class-inside-global' : string ;
@@ -426,7 +426,7 @@ Object {
426426}
427427` ;
428428
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` ] = `
430430"/* eslint-disable */
431431declare const classes: {
432432' local-class-inside-global' : string ;
0 commit comments