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>2022-10-20 12:40:42 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-10-20 12:40:42 +0300
commitee664acb356f8123f4f6b00b73c1e1cf0866c7fb (patch)
treef8479f94a28f66654c6a4f6fb99bad6b4e86a40e /jest.config.base.js
parent62f7d5c5b69180e82ae8196b7b429eeffc8e7b4f (diff)
Add latest changes from gitlab-org/gitlab@15-5-stable-eev15.5.0-rc42
Diffstat (limited to 'jest.config.base.js')
-rw-r--r--jest.config.base.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/jest.config.base.js b/jest.config.base.js
index d90a3b9825e..a6c22a8877c 100644
--- a/jest.config.base.js
+++ b/jest.config.base.js
@@ -144,6 +144,8 @@ module.exports = (path, options = {}) => {
'three',
'monaco-editor',
'monaco-yaml',
+ 'monaco-marker-data-provider',
+ 'monaco-worker-manager',
'fast-mersenne-twister',
'prosemirror-markdown',
'marked',
@@ -172,7 +174,7 @@ module.exports = (path, options = {}) => {
restoreMocks: true,
slowTestThreshold: process.env.CI ? 6000 : 500,
transform: {
- '^.+\\.(gql|graphql)$': 'jest-transform-graphql',
+ '^.+\\.(gql|graphql)$': './spec/frontend/__helpers__/graphql_transformer.js',
'^.+_worker\\.js$': './spec/frontend/__helpers__/web_worker_transformer.js',
'^.+\\.js$': 'babel-jest',
'^.+\\.vue$': '@vue/vue2-jest',