Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ES5 configuration proposed originally basically doesn't work. We're requiring 'enzyme' as Enzyme, but using configure() method out of nowhere: ```js var Enzyme = require('enzyme'); var Adapter = require('enzyme-adapter-react-16'); configure({ adapter: new Adapter() }); ``` I derived my variant from the original ES6 versino and it works fine for me. Need it specifically for the .babelrc ["env", { "modules": false }] case.
- Loading branch information