Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chibat committed May 13, 2023
1 parent 25338bb commit 237c70f
Show file tree
Hide file tree
Showing 5 changed files with 1,733 additions and 6,000 deletions.
2 changes: 1 addition & 1 deletion jest.config.js
Expand Up @@ -3,6 +3,6 @@ module.exports = {
"src"
],
"transform": {
"^.+\\.ts$": "ts-jest"
"^.+\\.ts$": ["ts-jest", { tsconfig: "tsconfig.test.json" }]
},
};

0 comments on commit 237c70f

Please sign in to comment.