Skip to content

Commit f408683

Browse files
committed
try to run without the browser condition
1 parent 7115eb5 commit f408683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jest.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = {
22
testEnvironment: 'jsdom',
33
testEnvironmentOptions: {
4-
customExportConditions: ['browser', 'development']
4+
customExportConditions: ['development']
55
},
66
transform: {
77
'^.+\\.(tsx|ts|js)?$': 'babel-jest'

0 commit comments

Comments
 (0)