diff --git a/template/.babelrc b/template/.babelrc index 63826f65f4..c06df4d53a 100644 --- a/template/.babelrc +++ b/template/.babelrc @@ -12,7 +12,7 @@ "env": { "test": { "presets": ["env", "stage-2"], - "plugins": [ "istanbul" ] + "plugins": ["istanbul"] } } }