Skip to content

Commit

Permalink
fix: jest needs jsdom config enzymejs/enzyme#341
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Ellis <email@steveell.is>
  • Loading branch information
archseer authored and se3000 committed Oct 6, 2021
1 parent 9e26062 commit 1b4fd15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions operator_ui/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ module.exports = {
'\\.(css|less|sass|scss)$': '<rootDir>/__mocks__/styleMock.js',
},
transformIgnorePatterns: ['/node_modules/(?!(react-syntax-highlighter)/)'],
testEnvironment: 'jsdom',
}

0 comments on commit 1b4fd15

Please sign in to comment.