|
5 | 5 | "[level:20] creating jest presets not handling JavaScript files", |
6 | 6 | "[level:20] creating jest presets not handling JavaScript files", |
7 | 7 | "[level:20] creating Importer singleton", |
8 | | - "[level:20] checking version of jest: OK", |
9 | 8 | "[level:20] created new transformer", |
10 | 9 | "[level:30] no matching config-set found, creating a new one", |
11 | 10 | "[level:20] loaded module typescript", |
@@ -44,7 +43,6 @@ Array [ |
44 | 43 | "[level:20] creating jest presets not handling JavaScript files", |
45 | 44 | "[level:20] creating jest presets not handling JavaScript files", |
46 | 45 | "[level:20] creating Importer singleton", |
47 | | - "[level:20] checking version of jest: OK", |
48 | 46 | "[level:20] created new transformer", |
49 | 47 | "[level:30] no matching config-set found, creating a new one", |
50 | 48 | "[level:20] loaded module typescript", |
@@ -89,7 +87,6 @@ Array [ |
89 | 87 | "[level:20] creating jest presets not handling JavaScript files", |
90 | 88 | "[level:20] creating jest presets not handling JavaScript files", |
91 | 89 | "[level:20] creating Importer singleton", |
92 | | - "[level:20] checking version of jest: OK", |
93 | 90 | "[level:20] created new transformer", |
94 | 91 | "[level:30] no matching config-set found, creating a new one", |
95 | 92 | "[level:20] loaded module typescript", |
@@ -187,63 +184,6 @@ exports[`ts-jest logging deprecation warning with astTransformers config as stri |
187 | 184 | ================================================================================ |
188 | 185 | `; |
189 | 186 |
|
190 | | -exports[`ts-jest logging deprecation warning with tsConfig config should pass using template "default" 1`] = ` |
191 | | - √ jest |
192 | | - ↳ exit code: 0 |
193 | | - ===[ STDOUT ]=================================================================== |
194 | | - |
195 | | - ===[ STDERR ]=================================================================== |
196 | | - ts-jest[config] (WARN) The option \`tsConfig\` is deprecated and will be removed in ts-jest 27, use \`tsconfig\` instead |
197 | | - PASS ./Hello.spec.ts |
198 | | - Hello Class |
199 | | - √ should create a new Hello |
200 | | - |
201 | | - Test Suites: 1 passed, 1 total |
202 | | - Tests: 1 passed, 1 total |
203 | | - Snapshots: 0 total |
204 | | - Time: XXs |
205 | | - Ran all test suites. |
206 | | - ================================================================================ |
207 | | -`; |
208 | | -
|
209 | | -exports[`ts-jest logging deprecation warning with tsConfig config should pass using template "with-babel-7" 1`] = ` |
210 | | - √ jest |
211 | | - ↳ exit code: 0 |
212 | | - ===[ STDOUT ]=================================================================== |
213 | | - |
214 | | - ===[ STDERR ]=================================================================== |
215 | | - ts-jest[config] (WARN) The option \`tsConfig\` is deprecated and will be removed in ts-jest 27, use \`tsconfig\` instead |
216 | | - PASS ./Hello.spec.ts |
217 | | - Hello Class |
218 | | - √ should create a new Hello |
219 | | - |
220 | | - Test Suites: 1 passed, 1 total |
221 | | - Tests: 1 passed, 1 total |
222 | | - Snapshots: 0 total |
223 | | - Time: XXs |
224 | | - Ran all test suites. |
225 | | - ================================================================================ |
226 | | -`; |
227 | | -
|
228 | | -exports[`ts-jest logging deprecation warning with tsConfig config should pass using template "with-babel-7-string-config" 1`] = ` |
229 | | - √ jest |
230 | | - ↳ exit code: 0 |
231 | | - ===[ STDOUT ]=================================================================== |
232 | | - |
233 | | - ===[ STDERR ]=================================================================== |
234 | | - ts-jest[config] (WARN) The option \`tsConfig\` is deprecated and will be removed in ts-jest 27, use \`tsconfig\` instead |
235 | | - PASS ./Hello.spec.ts |
236 | | - Hello Class |
237 | | - √ should create a new Hello |
238 | | - |
239 | | - Test Suites: 1 passed, 1 total |
240 | | - Tests: 1 passed, 1 total |
241 | | - Snapshots: 0 total |
242 | | - Time: XXs |
243 | | - Ran all test suites. |
244 | | - ================================================================================ |
245 | | -`; |
246 | | -
|
247 | 187 | exports[`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`] = ` |
248 | 188 | √ jest |
249 | 189 | ↳ exit code: 0 |
|
0 commit comments