Skip to content

Commit 71db686

Browse files
author
colinmcneil
committed
Start testing
Increase memoization and caching
1 parent f63a0be commit 71db686

File tree

9 files changed

+963
-1821
lines changed

9 files changed

+963
-1821
lines changed

src/extension/ui/jest.config.js

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

0 commit comments

Comments
 (0)