Skip to content

Commit

Permalink
BUGFIX: Fix json.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Ruff committed Sep 17, 2018
1 parent 2a0c110 commit 0a7d1a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest-preset.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"collectCoverageFrom": [
"**/src/*.{js,jsx}"
"**/src/*.{js,jsx}",
"**/config/*.{js,jsx}",
"**/webpack/*.{js,jsx}",
"**/static/*.{js,jsx}"
Expand Down

0 comments on commit 0a7d1a4

Please sign in to comment.