Skip to content

Commit

Permalink
set jest env
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Skinner committed Oct 15, 2024
1 parent ebad38a commit af9731d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ module.exports = {
'plugin-simple-throttle',
'plugin-console-breadcrumbs',
'plugin-browser-session'
]),
], {
testEnvironment: '<rootDir>/jest/FixJSDOMEnvironment.js'
}),
project('react native', [
'react-native',
'delivery-react-native',
Expand Down

0 comments on commit af9731d

Please sign in to comment.