Skip to content

Commit

Permalink
Fix unit tests by bumping ts-jest
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaemami59 committed Nov 20, 2024
1 parent d2b8555 commit 2656016
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 39 deletions.
3 changes: 3 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
export default {
moduleNameMapper: {
'^(\\.\\.?\\/.+)\\.js$': '$1'
},
roots: ['<rootDir>/src'],
testMatch: ['**/__tests__/**/*.+(ts|tsx|js)', '**/?(*.)+(spec|test).+(ts|tsx|js)'],
transform: {
Expand Down
63 changes: 25 additions & 38 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"jest": "^29.7.0",
"microbundle": "^0.15.1",
"prettier": "^3.1.1",
"ts-jest": "^29.1.2",
"ts-jest": "^29.2.5",
"typedoc": "^0.25.7",
"typescript": "^5.3.3"
},
Expand Down

0 comments on commit 2656016

Please sign in to comment.