Skip to content

Commit ce1fb75

Browse files
committed
Jest config
1 parent 0265dd9 commit ce1fb75

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

jest.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/** @type {import('ts-jest').JestConfigWithTsJest} **/
2+
module.exports = {
3+
transform: {"^.+\.tsx?$": ["ts-jest", {}]},
4+
};

0 commit comments

Comments
 (0)