Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2022-01-27 04:26:08 +0300
committerEvan Read <eread@gitlab.com>2022-01-27 23:13:23 +0300
commit04fb0d30d0f5c5bf6d25eae278aa3a9403f29f49 (patch)
tree27e596399c656a2ca67e6dc1de1b9c66fb95b4a1 /jest.config.js
parent47d3524a2913e485dc3bd722ef3ca756533a9483 (diff)
Remove babel-core as dependency
Diffstat (limited to 'jest.config.js')
-rw-r--r--jest.config.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/jest.config.js b/jest.config.js
index 2a0cbafa..929f6571 100644
--- a/jest.config.js
+++ b/jest.config.js
@@ -10,8 +10,8 @@ module.exports = {
restoreMocks: true,
transform: {
'^.+\\.js$': 'babel-jest',
- '^.+\\.vue$': 'vue-jest',
- '^.+\\.svg$': 'vue-jest',
+ '^.+\\.vue$': '@vue/vue2-jest',
+ '^.+\\.svg$': '@vue/vue2-jest',
},
transformIgnorePatterns: ['node_modules/(?!(@gitlab/(ui|svgs)|bootstrap-vue)/)'],
};