Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
axelssonHakan committed Oct 16, 2017
1 parent 3da014a commit 41666c9
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions docs/unit.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,10 @@ If you are using babel as transpiler it's recommended to [set up the project](ht
.babelrc
```
{
"babel": {
"presets": ["env"],
"env": {
"test": {
"plugins": ["istanbul"]
}
"presets": ["env"],
"env": {
"test": {
"plugins": ["istanbul"]
}
}
}
Expand Down

0 comments on commit 41666c9

Please sign in to comment.