From dc9a67652d77a56038d3132aab1856e555e4c769 Mon Sep 17 00:00:00 2001 From: Winnie Hellmann Date: Wed, 20 Feb 2019 21:27:23 +0100 Subject: Transpile @gitlab/ui for Jest --- jest.config.js | 1 + 1 file changed, 1 insertion(+) (limited to 'jest.config.js') 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)/)'], }; -- cgit v1.2.1