From 09d17e3d6e973793ff7930bdbc98061aa5425c42 Mon Sep 17 00:00:00 2001 From: Christophe Hurpeau <christophe@hurpeau.com> Date: Thu, 2 Mar 2017 16:02:46 +0100 Subject: [PATCH] fix: only transforms tests with babel. prevents #35 --- .babelrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.babelrc b/.babelrc index 0d67235..8af7947 100644 --- a/.babelrc +++ b/.babelrc @@ -1,3 +1,4 @@ { + "only": ".*/test/.*", "plugins": ["transform-async-to-generator"] }