aboutsummaryrefslogtreecommitdiffstats
path: root/jest.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'jest.config.js')
-rw-r--r--jest.config.js4
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",