We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74d4a04 commit 64e5682Copy full SHA for 64e5682
jest.config.json
@@ -5,5 +5,5 @@
5
"coverageReporters": ["lcov", "text-summary"],
6
"collectCoverageFrom": ["src/**/*.ts"],
7
"coveragePathIgnorePatterns": ["/node_modules/", "/__tests__/"],
8
- "testPathIgnorePatterns": ["/node_modules/"]
+ "testPathIgnorePatterns": ["/node_modules/", "/dist/", "/lib/"]
9
}
0 commit comments