Closed
Description
RE: #80 (comment)
This is what's required for Enzyme compatibility:
https://github.com/airbnb/enzyme/blob/master/docs/guides/webpack.md#react-15-compatability
externals: {
'react/addons': true,
'react/lib/ExecutionEnvironment': true,
'react/lib/ReactContext': true
}
This project doesn't have a test-specific Webpack config, so where should this go?
Metadata
Metadata
Assignees
Labels
No labels