diff --git a/apps/meteor/.babelrc b/apps/meteor/.babelrc index a8c20b400ca5..f129610c469c 100644 --- a/apps/meteor/.babelrc +++ b/apps/meteor/.babelrc @@ -3,7 +3,9 @@ "@babel/preset-env", "@babel/preset-react" ], - "plugins": [ - "babel-plugin-istanbul" - ] + "env": { + "test": { + "plugins": ["istanbul"] + } + } }