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>2023-03-23 15:11:54 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-03-23 15:11:54 +0300
commite10ea43772b9a6be150a074be7e26bfd6fa0380e (patch)
tree97bd1bb8fe3f656b5f2480d83b7dc9e369092d74 /jest.config.base.js
parent1f8c5a116bebd31650ef414c7b762ba91b8cc251 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'jest.config.base.js')
-rw-r--r--jest.config.base.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/jest.config.base.js b/jest.config.base.js
index 0897bc66b30..f3a58ff0769 100644
--- a/jest.config.base.js
+++ b/jest.config.base.js
@@ -40,6 +40,9 @@ module.exports = (path, options = {}) => {
Object.assign(vueModuleNameMappers, {
'^vue$': '@vue/compat',
'^@vue/test-utils$': '@vue/test-utils-vue3',
+
+ // Library wrappers
+ '^vuex$': '<rootDir>/app/assets/javascripts/lib/utils/vue3compat/vuex.js',
});
Object.assign(globals, {
'vue-jest': {