Skip to content

Commit 7987d38

Browse files
committed
chore: do not test /dist/
1 parent 6fc1bf6 commit 7987d38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/jest-config/jest.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ const config: Config.InitialOptions = {
77
...defaults.coveragePathIgnorePatterns,
88
'libs/testing',
99
'.dto.ts$',
10+
'/dist/',
1011
],
1112
coverageReporters: ['text', 'lcov'],
1213
modulePathIgnorePatterns: ['/dist/'],

0 commit comments

Comments
 (0)