diff --git a/.babelrc b/.babelrc index 0d67235..85b9193 100644 --- a/.babelrc +++ b/.babelrc @@ -1,3 +1,4 @@ { + "only": "test/", "plugins": ["transform-async-to-generator"] }