diff options
Diffstat (limited to 'babel.config.js')
-rw-r--r-- | babel.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/babel.config.js b/babel.config.js index 05554e8763e..79c401ed975 100644 --- a/babel.config.js +++ b/babel.config.js @@ -44,7 +44,7 @@ if (isJest) { plugins.push('@babel/plugin-transform-modules-commonjs'); /* without the following, babel-plugin-istanbul throws an error: - https://gitlab.com/gitlab-org/gitlab-ce/issues/58390 + https://gitlab.com/gitlab-org/gitlab-foss/issues/58390 */ plugins.push('babel-plugin-dynamic-import-node'); } |