Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'babel.config.js')
-rw-r--r--babel.config.js5
1 files changed, 0 insertions, 5 deletions
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) {