cljs-react-test icon indicating copy to clipboard operation
cljs-react-test copied to clipboard

A ClojureScript wrapper around Reacts Test Utilities

Results 7 cljs-react-test issues
Sort by recently updated
recently updated
newest added

Updated because React add-ons deprecated since 15.5 and lib does not work on newer versions of React

Hi there, I am trying to utilize cljs-react-test and dommy to change a dropdown menu choice which in turns updates the atom. However, it seems I am not doing this...

Every now and then I get the following error, nondeterministically: ``` java.lang.Exception: No namespace: camel-snake-kebab.core, compiling:(cljs_react_test/simulate.clj:1:1) ``` Perhaps something could be required in a better way? Otherwise what could it...

I am having some difficulty updating to the latest versions. I created a [example project](https://github.com/JarrodCTaylor/version-demo) that demonstrates the issue. Tests run as desired when using ``` [cljsjs/react-with-addons "0.13.3-0"] [cljs-react-test "0.1.3-SNAPSHOT"]...

https://facebook.github.io/react/docs/test-utils.html `var ReactTestUtils = require('react-addons-test-utils');`