Skip to content

Commit 44be26d

Browse files
committed
test: update snapshots
1 parent aeb685b commit 44be26d

File tree

1 file changed

+36
-36
lines changed

1 file changed

+36
-36
lines changed

src/helpers/__tests__/__snapshots__/getDtsSnapshot.test.ts.snap

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -105,12 +105,12 @@ exports[`utils / cssSnapshots with file 'import.module.css' createExports should
105105
'nestedChild': string;
106106
};
107107
export default classes;
108-
export const classA: string;
109-
export const ClassB: string;
110-
export const parent: string;
111-
export const childA: string;
112-
export const childB: string;
113-
export const nestedChild: string;
108+
export let classA: string;
109+
export let ClassB: string;
110+
export let parent: string;
111+
export let childA: string;
112+
export let childB: string;
113+
export let nestedChild: string;
114114
"
115115
`;
116116

@@ -140,12 +140,12 @@ declare let classes: {
140140
'nestedChild': string;
141141
};
142142
export default classes;
143-
export const classA: string;
144-
export const ClassB: string;
145-
export const parent: string;
146-
export const childA: string;
147-
export const childB: string;
148-
export const nestedChild: string;
143+
export let classA: string;
144+
export let ClassB: string;
145+
export let parent: string;
146+
export let childA: string;
147+
export let childB: string;
148+
export let nestedChild: string;
149149
150150
export const __cssModule: true;
151151
export type AllClassNames = 'classA' | 'ClassB' | 'class-c' | 'class_d' | 'parent' | 'childA' | 'childB' | 'nestedChild';"
@@ -217,9 +217,9 @@ exports[`utils / cssSnapshots with file 'import.module.styl' createExports shoul
217217
'inside-2-name-1': string;
218218
};
219219
export default classes;
220-
export const foo: string;
221-
export const bar: string;
222-
export const baz: string;
220+
export let foo: string;
221+
export let bar: string;
222+
export let baz: string;
223223
"
224224
`;
225225

@@ -253,9 +253,9 @@ declare let classes: {
253253
'inside-2-name-1': string;
254254
};
255255
export default classes;
256-
export const foo: string;
257-
export const bar: string;
258-
export const baz: string;
256+
export let foo: string;
257+
export let bar: string;
258+
export let baz: string;
259259
260260
export const __cssModule: true;
261261
export type AllClassNames = 'foo' | 'bar' | 'baz' | 'col-1' | 'col-2' | 'col-3' | 'local-class-1' | 'inside-local' | 'inside-1-name-2' | 'inside-2-name-1';"
@@ -273,12 +273,12 @@ exports[`utils / cssSnapshots with file 'test.module.css' createExports should c
273273
'nestedChild': string;
274274
};
275275
export default classes;
276-
export const classA: string;
277-
export const ClassB: string;
278-
export const parent: string;
279-
export const childA: string;
280-
export const childB: string;
281-
export const nestedChild: string;
276+
export let classA: string;
277+
export let ClassB: string;
278+
export let parent: string;
279+
export let childA: string;
280+
export let childB: string;
281+
export let nestedChild: string;
282282
"
283283
`;
284284

@@ -308,12 +308,12 @@ declare let classes: {
308308
'nestedChild': string;
309309
};
310310
export default classes;
311-
export const classA: string;
312-
export const ClassB: string;
313-
export const parent: string;
314-
export const childA: string;
315-
export const childB: string;
316-
export const nestedChild: string;
311+
export let classA: string;
312+
export let ClassB: string;
313+
export let parent: string;
314+
export let childA: string;
315+
export let childB: string;
316+
export let nestedChild: string;
317317
318318
export const __cssModule: true;
319319
export type AllClassNames = 'classA' | 'ClassB' | 'class-c' | 'class_d' | 'parent' | 'childA' | 'childB' | 'nestedChild';"
@@ -549,9 +549,9 @@ exports[`utils / cssSnapshots with file 'test.module.styl' createExports should
549549
'inside-2-name-1': string;
550550
};
551551
export default classes;
552-
export const foo: string;
553-
export const bar: string;
554-
export const baz: string;
552+
export let foo: string;
553+
export let bar: string;
554+
export let baz: string;
555555
"
556556
`;
557557

@@ -585,9 +585,9 @@ declare let classes: {
585585
'inside-2-name-1': string;
586586
};
587587
export default classes;
588-
export const foo: string;
589-
export const bar: string;
590-
export const baz: string;
588+
export let foo: string;
589+
export let bar: string;
590+
export let baz: string;
591591
592592
export const __cssModule: true;
593593
export type AllClassNames = 'foo' | 'bar' | 'baz' | 'col-1' | 'col-2' | 'col-3' | 'local-class-1' | 'inside-local' | 'inside-1-name-2' | 'inside-2-name-1';"

0 commit comments

Comments
 (0)