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>2021-01-05 15:10:36 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-01-05 15:10:36 +0300
commit797182cd82922765fe79a13bc0ed6bd5672d4283 (patch)
tree82d0ea1a8378560de4aeb5c1e446b74282035d60 /jest.config.base.js
parenta060caf3db3090d75284a71a08ab1cf697afad97 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'jest.config.base.js')
-rw-r--r--jest.config.base.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jest.config.base.js b/jest.config.base.js
index ffd365b9eaa..3ac6aa9091c 100644
--- a/jest.config.base.js
+++ b/jest.config.base.js
@@ -91,7 +91,7 @@ module.exports = (path) => {
'^.+\\.(md|zip|png)$': 'jest-raw-loader',
},
transformIgnorePatterns: [
- 'node_modules/(?!(@gitlab/ui|bootstrap-vue|three|monaco-editor|monaco-yaml)/)',
+ 'node_modules/(?!(@gitlab/ui|bootstrap-vue|three|monaco-editor|monaco-yaml|fast-mersenne-twister)/)',
],
timers: 'fake',
testEnvironment: '<rootDir>/spec/frontend/environment.js',