Only transform-async-to-generator for client code. Allows async to work with mocha tests (if proper node version)

This commit is contained in:
Benjamin Goering
2017-03-01 13:43:39 +08:00
parent 388c3182ea
commit 405dac292c
4 changed files with 7 additions and 3 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"extends": "../.babelrc",
"plugins": [
"transform-async-to-generator",
]
}