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

Commit ab73cb3

Browse files
authored
Merge pull request #418 from ChinW/master
fix the "collectCoverageFrom" config of jest
2 parents db284ea + dbb8d0e commit ab73cb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"jest": {
3232
"collectCoverageFrom": [
33-
"src/**/*.{js,jsx}"
33+
"shared/**/*.{js,jsx}"
3434
],
3535
"snapshotSerializers": [
3636
"<rootDir>/node_modules/enzyme-to-json/serializer"

0 commit comments

Comments
 (0)