We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5eafa6 commit b296973Copy full SHA for b296973
jest.config.js
@@ -1,6 +1,9 @@
1
module.exports = {
2
verbose: true,
3
- testEnvironment: 'node',
+ testEnvironment: 'jsdom',
4
+ testEnvironmentOptions: {
5
+ customExportConditions: ['node']
6
+ },
7
setupFilesAfterEnv: [
8
'./test/helpers/setup.ts'
9
]
0 commit comments