From f2a500dd28d26363307d72a49145ef41bb894fd0 Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Mon, 17 Jul 2017 16:47:54 -0700 Subject: [PATCH] Fix babel test plugins --- .babelrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.babelrc b/.babelrc index 84dadca19..1b77858af 100644 --- a/.babelrc +++ b/.babelrc @@ -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",