1
1
// Vitest Snapshot v1
2
2
3
- exports [` should fails > typecheck files 1` ] = `
3
+ exports [` should fail > typecheck files 1` ] = `
4
4
"TypeCheckError: Expected 1 arguments, but got 0.
5
5
TypeCheckError: Expected 1 arguments, but got 0.
6
6
TypeCheckError: Expected 1 arguments, but got 0.
@@ -10,7 +10,7 @@ TypeCheckError: Unused '@ts-expect-error' directive.
10
10
TypeCheckError: Expected 1 arguments, but got 0."
11
11
` ;
12
12
13
- exports [` should fails > typecheck files 2` ] = `
13
+ exports [` should fail > typecheck files 2` ] = `
14
14
" FAIL fail.test-d.ts > nested suite
15
15
TypeCheckError: Expected 1 arguments, but got 0.
16
16
❯ fail.test-d.ts:15:19
@@ -21,7 +21,7 @@ TypeCheckError: Expected 1 arguments, but got 0.
21
21
16| })"
22
22
` ;
23
23
24
- exports [` should fails > typecheck files 3` ] = `
24
+ exports [` should fail > typecheck files 3` ] = `
25
25
" FAIL expect-error.test-d.ts > failing test with expect-error
26
26
TypeCheckError: Unused '@ts-expect-error' directive.
27
27
❯ expect-error.test-d.ts:4:3
@@ -32,7 +32,7 @@ TypeCheckError: Unused '@ts-expect-error' directive.
32
32
5 | expectTypeOf (1 ).toEqualTypeOf <number >()"
33
33
`;
34
34
35
- exports [` should fails > typecheck files 4` ] = `
35
+ exports [` should fail > typecheck files 4` ] = `
36
36
" FAIL fail.test-d.ts > failing test
37
37
TypeCheckError: Expected 1 arguments, but got 0.
38
38
❯ fail.test-d.ts:4:19
@@ -43,7 +43,7 @@ TypeCheckError: Expected 1 arguments, but got 0.
43
43
5 | } )"
44
44
` ;
45
45
46
- exports [` should fails > typecheck files 5` ] = `
46
+ exports [` should fail > typecheck files 5` ] = `
47
47
" FAIL fail.test-d.ts > nested suite > nested 2 > failing test 2
48
48
TypeCheckError: Expected 1 arguments, but got 0.
49
49
❯ fail.test-d.ts:10:23
@@ -54,7 +54,7 @@ TypeCheckError: Expected 1 arguments, but got 0.
54
54
11 | expectTypeOf (1 ).toBeUndefined ()"
55
55
`;
56
56
57
- exports [` should fails > typecheck files 6` ] = `
57
+ exports [` should fail > typecheck files 6` ] = `
58
58
" FAIL fail.test-d.ts > nested suite > nested 2 > failing test 2
59
59
TypeCheckError: Expected 1 arguments, but got 0.
60
60
❯ fail.test-d.ts:11:23
@@ -65,7 +65,7 @@ TypeCheckError: Expected 1 arguments, but got 0.
65
65
12 | } )"
66
66
` ;
67
67
68
- exports [` should fails > typecheck files 7` ] = `
68
+ exports [` should fail > typecheck files 7` ] = `
69
69
" FAIL js-fail.test-d.js > js test fails
70
70
TypeCheckError: Expected 1 arguments, but got 0.
71
71
❯ js-fail.test-d.js:6:19
@@ -76,7 +76,7 @@ TypeCheckError: Expected 1 arguments, but got 0.
76
76
7 | } )"
77
77
` ;
78
78
79
- exports [` should fails > typecheck files 8` ] = `
79
+ exports [` should fail > typecheck files 8` ] = `
80
80
" FAIL only.test-d.ts > failing test
81
81
TypeCheckError: Expected 1 arguments, but got 0.
82
82
❯ only.test-d.ts:4:19
0 commit comments