diff --git a/jest.config.js b/jest.config.js index 3e07e722c..b4404644b 100644 --- a/jest.config.js +++ b/jest.config.js @@ -11,6 +11,7 @@ module.exports = { testPathIgnorePatterns: [ '/node_modules/', '/src/', + '/test/browser/', // https://github.com/WebThingsIO/gateway/issues/3007 ], transform: { '\\.js$': 'babel-jest',