Skip to content

Commit 68c1b9c

Browse files
chore(deps): update (#633)
1 parent c6b5def commit 68c1b9c

10 files changed

+7287
-10218
lines changed

jest.config.js

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/** @type {import('ts-jest').JestConfigWithTsJest} */
2+
module.exports = {
3+
transform: {
4+
"\\.[mc]?tsx?$": ["ts-jest", { rootDir: ".", esModuleInterop: true }],
5+
"\\.[mc]?jsx?$": "babel-jest",
6+
},
7+
};

0 commit comments

Comments
 (0)