diff options
Diffstat (limited to 'jest.config.js')
-rw-r--r-- | jest.config.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/jest.config.js b/jest.config.js index f4b1f87..3cf55c2 100644 --- a/jest.config.js +++ b/jest.config.js @@ -8,11 +8,7 @@ module.exports = { "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.ts?$", "moduleFileExtensions": [ "ts", - "tsx", "js", - "jsx", - "json", - "node" ], "testURL": "http://localhost/", "coverageDirectory": "<rootDir>/coverage", |