bensu / cljs-react-test

A ClojureScript wrapper around Reacts Test Utilities
43 stars 7 forks source link

Upgrade to React's new packages #4

Open bensu opened 8 years ago

bensu commented 8 years ago

https://facebook.github.io/react/docs/test-utils.html

var ReactTestUtils = require('react-addons-test-utils');

kamituel commented 8 years ago

Any progress on that? It seems this package is broken with React 0.15.x because React.unmountComponentAtNode has been moved to ReactDOM.