Skip to content

Commit

Permalink
Disable browser tests until they can be fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
benfrancis committed Aug 11, 2023
1 parent e30d64f commit 192191d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ module.exports = {
testPathIgnorePatterns: [
'/node_modules/',
'/src/',
'<rootDir>/test/browser/', // https://github.com/WebThingsIO/gateway/issues/3007
],
transform: {
'\\.js$': 'babel-jest',
Expand Down

0 comments on commit 192191d

Please sign in to comment.