Skip to content

Commit 6a9676b

Browse files
committed
[jest.config] Remove a no need line
1 parent aef1a4c commit 6a9676b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

jest.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ module.exports = {
1010
verbose: true,
1111
collectCoverage: true,
1212
collectCoverageFrom: [
13-
'**/src/*.ts',
14-
'!**/node_modules/**'
13+
'**/src/*.ts'
1514
]
1615
}

0 commit comments

Comments
 (0)