diff --git a/package.json b/package.json index 7889e96..08f4905 100644 --- a/package.json +++ b/package.json @@ -54,22 +54,5 @@ }, "overrides": { "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" - ] } }