-
Notifications
You must be signed in to change notification settings - Fork 751
Closed
Description
How do I use TestUtils
with react-rails
v2.4? As far as I see TestUtils
are no longer bundled in ReactAddons
(removed from react-rails
), but are available in ReactDOM
. React manual states that to use TestUstils one must import/require react-dom/test-utils
But how should I do it using react-rails
?
BookOfGreg, pioz, kstevens715 and nfedyashev