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:
authorDavid O'Regan <doregan@gitlab.com>2021-01-28 20:09:40 +0300
committerSuzanne Selhorn <sselhorn@gitlab.com>2021-01-28 20:09:40 +0300
commitf62e566932f50947ec53515a71421eff24a6dacd (patch)
treeaa648e210ba75ef2bb431f8343a7b325801e9c63 /jest.config.js
parenta0af59dc3925909e735a240f1b9f2be16d03fb22 (diff)
Fix(Mobile): Mobile navbar refractor
Update our breadcrumbs and mobile sidebar to use consistent navigation with main project
Diffstat (limited to 'jest.config.js')
-rw-r--r--jest.config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jest.config.js b/jest.config.js
index d37f52ae..2a0cbafa 100644
--- a/jest.config.js
+++ b/jest.config.js
@@ -11,6 +11,7 @@ module.exports = {
transform: {
'^.+\\.js$': 'babel-jest',
'^.+\\.vue$': 'vue-jest',
+ '^.+\\.svg$': 'vue-jest',
},
transformIgnorePatterns: ['node_modules/(?!(@gitlab/(ui|svgs)|bootstrap-vue)/)'],
};