diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-07-22 18:09:27 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-07-22 18:09:27 +0000 |
commit | 3ce55b46dfae23d14818ed2630891be8aa3e83e0 (patch) | |
tree | be2b93cf35b854871d8cbb2c22a8d5c11d6caf03 /babel.config.js | |
parent | d1cb802bac5dc182342adb9b8f71dbf466cfa501 (diff) | |
download | gitlab-ce-3ce55b46dfae23d14818ed2630891be8aa3e83e0.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'babel.config.js')
-rw-r--r-- | babel.config.js | 5 |
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) { |