Skip to content

Commit bf67068

Browse files
author
Gonzalo Diaz
committed
[CONFIG] "/lib" pattern excluded from collection coverage
1 parent fc26e23 commit bf67068

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jest.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ const jestConfig = {
2121
collectCoverageFrom: [
2222
'src/**/*.{js,jsx,ts}',
2323
'!src/**/*.tsx',
24+
'!**/lib/*.{js,jsx,ts}',
2425
'!**/?(*.)+(bruteforce-test).js?(x)'
2526
],
2627

0 commit comments

Comments
 (0)