chore(tests): set node to current for .babelrc (#3466)

This skips quite many transforms, potentially speeding up the tests.
This commit is contained in:
Tatsuyuki Ishi 2018-06-22 10:45:53 +00:00 committed by Pooya Parsa
parent feabdcafaa
commit e993616c07

View File

@ -2,7 +2,11 @@
"env": { "env": {
"test": { "test": {
"presets": [ "presets": [
"env" ["env", {
"targets": {
"node": "current"
}
}]
] ]
} }
} }