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>2020-07-15 05:15:31 +0300
committerEvan Read <eread@gitlab.com>2020-07-15 05:15:31 +0300
commitbdb5526074d9a67c280accf9c7c1429864b89827 (patch)
tree3ade4c0c3fc6e3019649c2ed8aa13f43daebe7f2 /jest.config.js
parent2e3648751f5c74c83f3078776bb1fff3a5aee5ef (diff)
Rollup gitlab-ui
The first attenpt to use rollup to import the gitlab-ui 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 f3d470ae..d37f52ae 100644
--- a/jest.config.js
+++ b/jest.config.js
@@ -12,4 +12,5 @@ module.exports = {
'^.+\\.js$': 'babel-jest',
'^.+\\.vue$': 'vue-jest',
},
+ transformIgnorePatterns: ['node_modules/(?!(@gitlab/(ui|svgs)|bootstrap-vue)/)'],
};