Remove unnecessary jest block

This commit is contained in:
Omar Ajoue 2022-06-24 12:07:06 +02:00
commit effe1ed0db

View file

@ -54,22 +54,5 @@
}, },
"overrides": { "overrides": {
"glob-parent": "5.1.2" "glob-parent": "5.1.2"
},
"jest": {
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"testURL": "http://localhost/",
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
"testPathIgnorePatterns": [
"/dist/",
"/node_modules/"
],
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"json"
]
} }
} }