You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some special occasions I want to unmoun a component by calling unmount imported from enzyme , however I come into this bug when I call unmount when testing rax component, call stack as below:
at Object.unmount (node_modules/_enzyme-adapter-rax@1.0.3@enzyme-adapter-rax/lib/Adapter.js:328:18)
at ReactWrapper.callback (node_modules/_enzyme@3.11.0@enzyme/src/ReactWrapper.js:304:7)
at ReactWrapper.<anonymous> (node_modules/_enzyme@3.11.0@enzyme/src/ReactWrapper.js:1170:12)
at ReactWrapper.unmount (node_modules/_enzyme@3.11.0@enzyme/src/ReactWrapper.js:303:5)
The text was updated successfully, but these errors were encountered:
In some special occasions I want to unmoun a component by calling
unmount
imported fromenzyme
, however I come into this bug when I callunmount
when testing rax component, call stack as below:The text was updated successfully, but these errors were encountered: