Skip to content

Commit

Permalink
Fix tests transpilation after upgrade to Babel 7
Browse files Browse the repository at this point in the history
  • Loading branch information
toomuchdesign committed Oct 13, 2018
1 parent f75e6ca commit 122307a
Show file tree
Hide file tree
Showing 4 changed files with 1,505 additions and 1,485 deletions.
18 changes: 18 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"presets": [
["@babel/preset-env"]
],
"env": {
"test": {
"presets": [
["@babel/preset-env",
{
"targets": {
"node": "current"
}
}
]
]
}
}
}
Loading

0 comments on commit 122307a

Please sign in to comment.