diff --git a/package.json b/package.json index a2bcc826..1e6bfa21 100644 --- a/package.json +++ b/package.json @@ -234,6 +234,10 @@ "/resources/assets/tests/**/*.test.ts", "/resources/assets/tests/**/*.test.tsx" ], + "testPathIgnorePatterns": [ + "/node_modules/", + "/resources/assets/tests/(views|components)/.*\\.ts$" + ], "globals": { "ts-jest": { "tsConfig": "/resources/assets/tests/tsconfig.json",