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
I like the library a lot, but I was wondering if it's possible to run tests written with enzyme in a browser? Say I use the full DOM rendering mode which uses jsdom, then run the test in Chrome. Will it use Chrome's DOM API instead of jsdom?
I think it would be beneficial to still be able to run tests in a real browser, surely there can be subtle differences between jsdom and the real thing.
Thanks
The text was updated successfully, but these errors were encountered:
I got tests running in the browser with my boilerplate here using browserify and browser-run: marr/my-boilerplate@18d9273
I don't think jsdom is required, even though its pulled into the package.json. I was thinking about using chai-enzyme with tape, but that may not possible.
I like the library a lot, but I was wondering if it's possible to run tests written with enzyme in a browser? Say I use the full DOM rendering mode which uses jsdom, then run the test in Chrome. Will it use Chrome's DOM API instead of jsdom?
I think it would be beneficial to still be able to run tests in a real browser, surely there can be subtle differences between jsdom and the real thing.
Thanks
The text was updated successfully, but these errors were encountered: