Skip to content

Commit b296973

Browse files
committed
update major dependencies
1 parent e5eafa6 commit b296973

File tree

3 files changed

+1586
-1766
lines changed

3 files changed

+1586
-1766
lines changed

jest.config.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
module.exports = {
22
verbose: true,
3-
testEnvironment: 'node',
3+
testEnvironment: 'jsdom',
4+
testEnvironmentOptions: {
5+
customExportConditions: ['node']
6+
},
47
setupFilesAfterEnv: [
58
'./test/helpers/setup.ts'
69
]

0 commit comments

Comments
 (0)