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
perf: reuse jest file system cache for isolatedModules: false (#2189)
Jest 27 passes `cacheFS` from runtime to transformer. Since TypeScript `LanguageService` performs some file reads, we should use and update that cache so that Jest won't attempt to reread those files, improves performance.
Copy file name to clipboardexpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -21,13 +21,13 @@ It supports all features of TypeScript including type-checking. [Read more about
21
21
| We are not doing semantic versioning and `23.10` is a re-write, run `npm i -D ts-jest@"<23.10.0"` to go back to the previous version |
22
22
|---|
23
23
24
-
[<imgsrc="./docs/assets/img/documentation.png"align="left"height="24"> View the online documentation (usage & technical)](https://kulshekhar.github.io/ts-jest)
24
+
[<imgsrc="./docs/static/img/documentation.png"align="left"height="24"> View the online documentation (usage & technical)](https://kulshekhar.github.io/ts-jest)
25
25
26
-
[<imgsrc="./docs/assets/img/slack.png"align="left"height="24"> Ask for some help in the `ts-jest` community of Slack](https://bit.ly/3bRHFPQ)
26
+
[<imgsrc="./docs/static/img/slack.png"align="left"height="24"> Ask for some help in the `ts-jest` community of Slack](https://bit.ly/3bRHFPQ)
27
27
28
-
[<imgsrc="./docs/assets/img/troubleshooting.png"align="left"height="24"> Before reporting any issue, be sure to check the troubleshooting page](TROUBLESHOOTING.md)
28
+
[<imgsrc="./docs/static/img/troubleshooting.png"align="left"height="24"> Before reporting any issue, be sure to check the troubleshooting page](TROUBLESHOOTING.md)
29
29
30
-
[<imgsrc="./docs/assets/img/pull-request.png"align="left"height="24"> We're looking for collaborators! Want to help improve `ts-jest`?](https://github.com/kulshekhar/ts-jest/issues/223)
30
+
[<imgsrc="./docs/static/img/pull-request.png"align="left"height="24"> We're looking for collaborators! Want to help improve `ts-jest`?](https://github.com/kulshekhar/ts-jest/issues/223)
0 commit comments