Skip to content

Commit

Permalink
test(react): enable coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
raveclassic committed Apr 11, 2022
1 parent 5707d0a commit 9e4cd96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/react/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"outputs": ["coverage/packages/react"],
"options": {
"jestConfig": "packages/react/jest.config.js",
"passWithNoTests": true
"passWithNoTests": false,
"codeCoverage": true
}
}
},
Expand Down

0 comments on commit 9e4cd96

Please sign in to comment.