diff options
author | Lukas Eipert <leipert@gitlab.com> | 2019-07-08 09:30:08 +0200 |
---|---|---|
committer | Lukas Eipert <leipert@gitlab.com> | 2019-07-08 12:22:14 +0200 |
commit | f2ad2250094964e350318c8f3eb4b3719faf9ce9 (patch) | |
tree | 418e177a724d06d2ada85b411e9943d4dca080a9 /jest.config.js | |
parent | 37deb5d087e19072e29b571c89a27fcdb01861cb (diff) | |
download | gitlab-ce-leipert-gitlab-ui-treeshaking.tar.gz |
Shake itleipert-gitlab-ui-treeshaking
Diffstat (limited to 'jest.config.js')
-rw-r--r-- | jest.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jest.config.js b/jest.config.js index 84481642250..fc8f680b11e 100644 --- a/jest.config.js +++ b/jest.config.js @@ -43,7 +43,7 @@ module.exports = { '^.+\\.js$': 'babel-jest', '^.+\\.vue$': 'vue-jest', }, - transformIgnorePatterns: ['node_modules/(?!(@gitlab/ui)/)'], + transformIgnorePatterns: ['node_modules/(?!(@gitlab/ui|bootstrap-vue)/)'], timers: 'fake', testEnvironment: '<rootDir>/spec/frontend/environment.js', testEnvironmentOptions: { |