diff --git a/template/.babelrc b/template/.babelrc index c06df4d53a..57107cc43d 100644 --- a/template/.babelrc +++ b/template/.babelrc @@ -11,8 +11,9 @@ "plugins": ["transform-runtime"], "env": { "test": { - "presets": ["env", "stage-2"], + "presets": ["env", "stage-2"]{{#unit}}, "plugins": ["istanbul"] + {{/unit}} } } }