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 6fc1bf6 commit 7987d38Copy full SHA for 7987d38
tools/jest-config/jest.config.ts
@@ -7,6 +7,7 @@ const config: Config.InitialOptions = {
7
...defaults.coveragePathIgnorePatterns,
8
'libs/testing',
9
'.dto.ts$',
10
+ '/dist/',
11
],
12
coverageReporters: ['text', 'lcov'],
13
modulePathIgnorePatterns: ['/dist/'],
0 commit comments