Skip to content

Commit

Permalink
Revert "Fix Unknown plugin istanbul error when no unit test (#785)"
Browse files Browse the repository at this point in the history
This reverts commit 14f2a92.
  • Loading branch information
LinusBorg authored Nov 8, 2017
1 parent 14f2a92 commit ab38f99
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions template/.babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@
"plugins": ["transform-runtime"],
"env": {
"test": {
"presets": ["env", "stage-2"]{{#unit}},
"presets": ["env", "stage-2"],
"plugins": ["istanbul"]
{{/unit}}
}
}
}

0 comments on commit ab38f99

Please sign in to comment.