From 3ce55b46dfae23d14818ed2630891be8aa3e83e0 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 22 Jul 2020 18:09:27 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- babel.config.js | 5 ----- 1 file changed, 5 deletions(-) (limited to 'babel.config.js') diff --git a/babel.config.js b/babel.config.js index 6d377305e46..ea0f75a41ec 100644 --- a/babel.config.js +++ b/babel.config.js @@ -35,11 +35,6 @@ if (BABEL_ENV === 'coverage') { ]); } -// add rewire support when running tests -if (BABEL_ENV === 'karma' || BABEL_ENV === 'coverage') { - plugins.push('babel-plugin-rewire'); -} - // Jest is running in node environment, so we need additional plugins const isJest = Boolean(process.env.JEST_WORKER_ID); if (isJest) { -- cgit v1.2.3