Skip to content

Commit

Permalink
Update .babelrc for preset-env for test
Browse files Browse the repository at this point in the history
Preset env was changed for for dev/prod but not for unit test
  • Loading branch information
unfw authored Mar 7, 2017
1 parent 35c3d6a commit 8cccb62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/.babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"comments": false,
"env": {
"test": {
"presets": ["latest", "stage-2"],
"presets": ["env", "stage-2"],
"plugins": [ "istanbul" ]
}
}
Expand Down

0 comments on commit 8cccb62

Please sign in to comment.