diff --git a/jest.config.js b/jest.config.js index 9391dd0d..20d39ad9 100644 --- a/jest.config.js +++ b/jest.config.js @@ -5,6 +5,7 @@ module.exports = { testURL: 'http://localhost', modulePathIgnorePatterns: [ 'node_modules', + 'utils/windowUtils.js', ], collectCoverageFrom: [ 'utils/**.js',