Skip to content

Commit 8c1a3fe

Browse files
authored
Merge pull request #170 from docker/cm/0.2.50
Increase memoization and caching, start testing
2 parents cfebaf5 + 71db686 commit 8c1a3fe

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)