Fix babel test plugins

This commit is contained in:
Gregory Schier 2017-07-17 16:47:54 -07:00
parent 08438b6911
commit f2a500dd28

View File

@ -15,7 +15,8 @@
},
"test": {
"presets": [
"es2015"
"es2015",
"flow" // We need to add this again because it has to run before es2015
],
"plugins": [
"transform-regenerator",