Skip to content

Commit 12c727a

Browse files
SauravMaheshkarGr1N
authored andcommitted
chore: move jest config to package.json
1 parent cce4afa commit 12c727a

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

jest.config.js

Lines changed: 0 additions & 11 deletions
This file was deleted.

package.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,5 +111,16 @@
111111
}
112112
}
113113
]
114+
},
115+
"jest": {
116+
"clearMocks": true,
117+
"moduleFileExtensions": ["js", "ts"],
118+
"testEnvironment": "node",
119+
"testMatch": ["**/*.test.ts"],
120+
"testRunner": "jest-circus/runner",
121+
"transform": {
122+
"^.+\\.ts$": "ts-jest"
123+
},
124+
"verbose": true
114125
}
115126
}

0 commit comments

Comments
 (0)