From effe1ed0db4bcc38ca025f650800fd2b1acef71e Mon Sep 17 00:00:00 2001 From: Omar Ajoue Date: Fri, 24 Jun 2022 12:07:06 +0200 Subject: [PATCH] Remove unnecessary jest block --- package.json | 17 ----------------- 1 file changed, 17 deletions(-) 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" - ] } }