diff --git a/jest.config.json b/jest.config.json index 6c64e923..c8252f29 100644 --- a/jest.config.json +++ b/jest.config.json @@ -14,8 +14,5 @@ "statements": 100 } }, - "collectCoverageFrom": [ "dist/**" ], - "testPathIgnorePatterns" : [ - "/node_modules/" - ] + "collectCoverageFrom": [ "dist/**" ] }