We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93419b3 commit a246fdaCopy full SHA for a246fda
jest.config.ts
@@ -31,7 +31,7 @@ export default async (): Promise<Config.InitialOptions> => {
31
collectCoverage: true,
32
coverageDirectory: 'coverage',
33
coverageReporters: ['lcov'],
34
- coveragePathIgnorePatterns: ['/node_modules/'],
+ collectCoverageFrom: ['src/**/*.ts'],
35
moduleDirectories: ['node_modules'],
36
projects: [
37
{
0 commit comments