UNPKG

214 BJavaScriptView Raw
1module.exports = {
2 "rootDir": "src",
3 "testEnvironment": "node",
4 "transform": {
5 "^.+\\.tsx?$": "ts-jest"
6 },
7 "testRegex": ".spec.ts$",
8 "moduleFileExtensions": [
9 "js",
10 "json",
11 "ts"
12 ],
13};