Skip to content

Commit 40a187f

Browse files
authored
tests: update coveragePathIgnore jest configuration
1 parent 77cc782 commit 40a187f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

jest.config.js

+4-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@ module.exports = {
1212
'**/lighthouse-core/**/*.js',
1313
'**/lighthouse-cli/**/*.js',
1414
'**/lighthouse-viewer/**/*.js',
15-
'!**/test/',
16-
'!**/scripts/',
15+
],
16+
coveragePathIgnorePatterns: [
17+
'/test/',
18+
'/scripts/',
1719
],
1820
setupFilesAfterEnv: ['./lighthouse-core/test/test-utils.js'],
1921
testEnvironment: 'node',

0 commit comments

Comments
 (0)