UNPKG

336 BJavaScriptView Raw
1module.exports = {
2 "roots": [
3 "<rootDir>",
4 ],
5 "transform": {
6 "^.+\\.tsx?$": "ts-jest",
7 },
8 "testMatch": ["<rootDir>/test/**/*.spec.ts"],
9 // "testRegex": "spec\\.ts$",
10 "moduleFileExtensions": [
11 "ts",
12 "tsx",
13 "js",
14 "jsx",
15 "json",
16 "node",
17 ],
18};