diff options
author | Winnie Hellmann <winnie@gitlab.com> | 2019-02-20 21:27:23 +0100 |
---|---|---|
committer | Winnie Hellmann <winnie@gitlab.com> | 2019-02-21 11:02:32 +0100 |
commit | dc9a67652d77a56038d3132aab1856e555e4c769 (patch) | |
tree | 4f6723bea60aec03c3bbbb03e9306eb9603ead45 /jest.config.js | |
parent | 8d74aab4289fb7a050e0163bf1affa9e62bb079e (diff) | |
download | gitlab-ce-dc9a67652d77a56038d3132aab1856e555e4c769.tar.gz |
Transpile @gitlab/ui for Jest
Diffstat (limited to 'jest.config.js')
-rw-r--r-- | jest.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jest.config.js b/jest.config.js index 4dab7c2891a..fac2e435cef 100644 --- a/jest.config.js +++ b/jest.config.js @@ -31,4 +31,5 @@ module.exports = { '^.+\\.js$': 'babel-jest', '^.+\\.vue$': 'vue-jest', }, + transformIgnorePatterns: ['node_modules/(?!(@gitlab/ui)/)'], }; |