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:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-07-22 21:09:27 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-07-22 21:09:27 +0300
commit3ce55b46dfae23d14818ed2630891be8aa3e83e0 (patch)
treebe2b93cf35b854871d8cbb2c22a8d5c11d6caf03 /babel.config.js
parentd1cb802bac5dc182342adb9b8f71dbf466cfa501 (diff)
Add latest changes from gitlab-org/gitlab@master
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) {