@@ -23,29 +23,6 @@ exports[`With diagnostics, first throws should fail using template "default" 1`]
2323 ================================================================================
2424` ;
2525
26- exports [` With diagnostics, first throws should fail using template "with-babel-6" 1` ] = `
27- × jest
28- ↳ exit code: 1
29- ===[ STDOUT ]===================================================================
30-
31- ===[ STDERR ]===================================================================
32- FAIL ./main.spec.ts
33- ● Test suite failed to run
34-
35- TypeScript diagnostics (customize using \` [jest-config].globals.ts-jest.diagnostics\` option):
36- main.ts:2:3 - error TS2322: Type 'string' is not assignable to type 'number'.
37-
38- 2 return input
39- ~~~~~~~~~~~~
40-
41- Test Suites: 1 failed, 1 total
42- Tests: 0 total
43- Snapshots: 0 total
44- Time: XXs
45- Ran all test suites.
46- ================================================================================
47- ` ;
48-
4926exports [` With diagnostics, first throws should fail using template "with-babel-7" 1` ] = `
5027 × jest
5128 ↳ exit code: 1
@@ -69,29 +46,6 @@ exports[`With diagnostics, first throws should fail using template "with-babel-7
6946 ================================================================================
7047` ;
7148
72- exports [` With diagnostics, first throws should fail using template "with-jest-22" 1` ] = `
73- × jest
74- ↳ exit code: 1
75- ===[ STDOUT ]===================================================================
76-
77- ===[ STDERR ]===================================================================
78- FAIL ./main.spec.ts
79- ● Test suite failed to run
80-
81- TypeScript diagnostics (customize using \` [jest-config].globals.ts-jest.diagnostics\` option):
82- main.ts:2:3 - error TS2322: Type 'string' is not assignable to type 'number'.
83-
84- 2 return input
85- ~~~~~~~~~~~~
86-
87- Test Suites: 1 failed, 1 total
88- Tests: 0 total
89- Snapshots: 0 total
90- Time: XXs
91- Ran all test suites.
92- ================================================================================
93- ` ;
94-
9549exports [` With diagnostics, first throws should fail using template "with-typescript-2-7" 1` ] = `
9650 × jest
9751 ↳ exit code: 1
@@ -137,28 +91,6 @@ exports[`With diagnostics, warn only should pass using template "default" 1`] =
13791 ================================================================================
13892` ;
13993
140- exports [` With diagnostics, warn only should pass using template "with-babel-6" 1` ] = `
141- √ jest --no-cache
142- ↳ exit code: 0
143- ===[ STDOUT ]===================================================================
144-
145- ===[ STDERR ]===================================================================
146- ts-jest[ts-compiler] (WARN) TypeScript diagnostics (customize using \` [jest-config].globals.ts-jest.diagnostics\` option):
147- main.ts:2:3 - error TS2322: Type 'string' is not assignable to type 'number'.
148-
149- 2 return input
150- ~~~~~~~~~~~~
151- PASS ./main.spec.ts
152- √ should pass
153-
154- Test Suites: 1 passed, 1 total
155- Tests: 1 passed, 1 total
156- Snapshots: 0 total
157- Time: XXs
158- Ran all test suites.
159- ================================================================================
160- ` ;
161-
16294exports [` With diagnostics, warn only should pass using template "with-babel-7" 1` ] = `
16395 √ jest --no-cache
16496 ↳ exit code: 0
@@ -181,28 +113,6 @@ exports[`With diagnostics, warn only should pass using template "with-babel-7" 1
181113 ================================================================================
182114` ;
183115
184- exports [` With diagnostics, warn only should pass using template "with-jest-22" 1` ] = `
185- √ jest --no-cache
186- ↳ exit code: 0
187- ===[ STDOUT ]===================================================================
188-
189- ===[ STDERR ]===================================================================
190- ts-jest[ts-compiler] (WARN) TypeScript diagnostics (customize using \` [jest-config].globals.ts-jest.diagnostics\` option):
191- main.ts:2:3 - error TS2322: Type 'string' is not assignable to type 'number'.
192-
193- 2 return input
194- ~~~~~~~~~~~~
195- PASS ./main.spec.ts
196- √ should pass
197-
198- Test Suites: 1 passed, 1 total
199- Tests: 1 passed, 1 total
200- Snapshots: 0 total
201- Time: XXs
202- Ran all test suites.
203- ================================================================================
204- ` ;
205-
206116exports [` With diagnostics, warn only should pass using template "with-typescript-2-7" 1` ] = `
207117 √ jest --no-cache
208118 ↳ exit code: 0
0 commit comments