Skip to content
This repository was archived by the owner on Jun 29, 2021. It is now read-only.

Commit 6a9676b

Browse files
committedFeb 17, 2020
[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

+1-2
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)
This repository has been archived.