Skip to content

Commit ce45b71

Browse files
committed
chore: update dependencies
1 parent 1e7db2a commit ce45b71

File tree

5 files changed

+4219
-3823
lines changed

5 files changed

+4219
-3823
lines changed

jest.config.mjs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@
1515
*/
1616

1717
export default {
18-
transform: {
19-
"^.+\\.tsx?$": "ts-jest",
20-
},
18+
preset: "ts-jest/presets/js-with-ts",
19+
testEnvironment: "jsdom",
2120
collectCoverage: true,
2221
coverageThreshold: {
2322
global: {

0 commit comments

Comments
 (0)