diff --git a/test/unit/jest.config.js b/test/unit/jest.config.js index 6c5db3c8db011d..0650c896a20ffc 100644 --- a/test/unit/jest.config.js +++ b/test/unit/jest.config.js @@ -19,6 +19,7 @@ module.exports = { ], testURL: 'http://localhost', testPathIgnorePatterns: [ + '/\.git/', '/node_modules/', '/packages/e2e-tests', '/.*/build/',