@@ -244,63 +244,6 @@ exports[`ts-jest logging deprecation warning with packageJson config should pass
244244 ================================================================================
245245`;
246246
247- exports[`ts-jest logging deprecation warning with tsConfig config should pass using template "default" 1`] = `
248- √ jest
249- ↳ exit code: 0
250- ===[ STDOUT ]===================================================================
251-
252- ===[ STDERR ]===================================================================
253- ts-jest[config] (WARN) The option \`tsConfig\` is deprecated and will be removed in ts-jest 27, use \`tsconfig\` instead
254- PASS ./Hello.spec.ts
255- Hello Class
256- √ should create a new Hello
257-
258- Test Suites: 1 passed, 1 total
259- Tests: 1 passed, 1 total
260- Snapshots: 0 total
261- Time: XXs
262- Ran all test suites.
263- ================================================================================
264- `;
265-
266- exports[`ts-jest logging deprecation warning with tsConfig config should pass using template "with-babel-7" 1`] = `
267- √ jest
268- ↳ exit code: 0
269- ===[ STDOUT ]===================================================================
270-
271- ===[ STDERR ]===================================================================
272- ts-jest[config] (WARN) The option \`tsConfig\` is deprecated and will be removed in ts-jest 27, use \`tsconfig\` instead
273- PASS ./Hello.spec.ts
274- Hello Class
275- √ should create a new Hello
276-
277- Test Suites: 1 passed, 1 total
278- Tests: 1 passed, 1 total
279- Snapshots: 0 total
280- Time: XXs
281- Ran all test suites.
282- ================================================================================
283- `;
284-
285- exports[`ts-jest logging deprecation warning with tsConfig config should pass using template "with-babel-7-string-config" 1`] = `
286- √ jest
287- ↳ exit code: 0
288- ===[ STDOUT ]===================================================================
289-
290- ===[ STDERR ]===================================================================
291- ts-jest[config] (WARN) The option \`tsConfig\` is deprecated and will be removed in ts-jest 27, use \`tsconfig\` instead
292- PASS ./Hello.spec.ts
293- Hello Class
294- √ should create a new Hello
295-
296- Test Suites: 1 passed, 1 total
297- Tests: 1 passed, 1 total
298- Snapshots: 0 total
299- Time: XXs
300- Ran all test suites.
301- ================================================================================
302- `;
303-
304247exports[`ts-jest logging with unsupported version test with TS_JEST_DISABLE_VER_CHECKER is not set in process.env should pass using template "with-unsupported-version" 1`] = `
305248 √ jest
306249 ↳ exit code: 0
0 commit comments