We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0265dd9 commit ce1fb75Copy full SHA for ce1fb75
jest.config.js
@@ -0,0 +1,4 @@
1
+/** @type {import('ts-jest').JestConfigWithTsJest} **/
2
+module.exports = {
3
+ transform: {"^.+\.tsx?$": ["ts-jest", {}]},
4
+};
0 commit comments