We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7115eb5 commit f408683Copy full SHA for f408683
jest.config.js
@@ -1,7 +1,7 @@
1
module.exports = {
2
testEnvironment: 'jsdom',
3
testEnvironmentOptions: {
4
- customExportConditions: ['browser', 'development']
+ customExportConditions: ['development']
5
},
6
transform: {
7
'^.+\\.(tsx|ts|js)?$': 'babel-jest'
0 commit comments