Skip to content

Commit dd30c64

Browse files
committed
remove ts-jest dep (not needed)
1 parent 1be52d4 commit dd30c64

File tree

3 files changed

+1
-233
lines changed

3 files changed

+1
-233
lines changed

babel.config-jest.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* This is Babel configuration for transpilation of TypeScript files into
3-
* JavaScript CJS files when running Jest with ts-jest.
3+
* JavaScript CJS files when running Jest.
44
*
55
* In this case we don't want to replace the .mts extension of imports/exports
66
* (otherwise Jest will fail to locate them).

package-lock.json

Lines changed: 0 additions & 231 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@
8989
"jest": "^29.7.0",
9090
"open-cli": "^8.0.0",
9191
"prettier": "^3.5.3",
92-
"ts-jest": "^29.2.6",
9392
"ts-node": "^10.9.2",
9493
"typedoc": "^0.28.0",
9594
"typescript": "~5.8.2",

0 commit comments

Comments
 (0)