diff --git a/.babelrc b/.babelrc index 3490fcb3f7..22d4674790 100644 --- a/.babelrc +++ b/.babelrc @@ -2,7 +2,11 @@ "env": { "test": { "presets": [ - "env" + ["env", { + "targets": { + "node": "current" + } + }] ] } }