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
{{ message }}
This repository was archived by the owner on Dec 16, 2023. It is now read-only.
Is there a way to access the underlying jsdom instance? I'm trying to bridge cucumber js/zombie/enzyme.
I'm not entirely sure if zombie/enzyme would use the same instance of jsdom through normal require mechanics as theres some very specific setup for enzyme/jsdom:
Hey,
Is there a way to access the underlying jsdom instance? I'm trying to bridge cucumber js/zombie/enzyme.
I'm not entirely sure if zombie/enzyme would use the same instance of jsdom through normal require mechanics as theres some very specific setup for enzyme/jsdom:
Whilst not related to zombie, im trying to mount a react/redux app into jsdom to perform some BDD style tests using .feature files (gherkin syntax).
Not got alot of experience with Zombie so I may be able to cut out enzyme completely!
The text was updated successfully, but these errors were encountered: