You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To ultilize IDE suggestion, you can use `JSDOC` to provide suggested `ts-jest` configs for your Jest config:
186
+
To utilize IDE suggestion, you can use `JSDOC` to provide suggested `ts-jest` configs for your Jest config:
187
187
188
188
```js
189
189
/**@typedef{import('ts-jest')}*/
@@ -215,7 +215,29 @@ All options have default values which should fit most of the projects. Click on
215
215
|[**`stringifyContentPathRegex`**][stringifyContentPathRegex]|[Files which will become modules returning self content.][stringifyContentPathRegex]|`string`\|`RegExp`|_disabled_|
Copy file name to clipboardExpand all lines: e2e/__tests__/__snapshots__/logger.test.ts.snap
+19-1Lines changed: 19 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -124,7 +124,7 @@ Array [
124
124
]
125
125
`;
126
126
127
-
exports[`ts-jest logging with unsupported version test should pass using template "with-unsupported-version" 1`] = `
127
+
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`] = `
exports[`ts-jest logging with unsupported version test with TS_JEST_DISABLE_VER_CHECKER is set in process.env should pass using template "with-unsupported-version" 1`] = `
0 commit comments