Skip to content

Commit bb548d1

Browse files
authored
chore: add ignore (midwayjs#4365)
1 parent ecd290f commit bb548d1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/cron/jest.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,9 @@ module.exports = {
55
coveragePathIgnorePatterns: ['<rootDir>/test/', '<rootDir>/dist/'],
66
setupFilesAfterEnv: ['./jest.setup.js'],
77
coverageProvider: 'v8',
8+
collectCoverageFrom: [
9+
"**/*.{js,ts}",
10+
"!**/node_modules/**",
11+
"!**/dist/**",
12+
]
813
};

0 commit comments

Comments
 (0)