Zachary Fejes
Zachary Fejes
I'm noticing this bug with react 15.5.4 + enzyme 3.1.0, specifically with a shallow component. For reference, the component has 3 buttons in it, I'm finding them with wrapper.find('button') with...
@ljharb thanks for the response - I've corrected the version number in my comment to clarify, react 15.5.4.
@nmarus I've just run into this issue as well. I'm getting: `Error: Invalid or malformed wsdl file: /var/folders/.../services.wsdl` My configuration is as follows: ``` // process.env.NODE_TLS_REJECT_UNAUTHORIZED has already been set...