I am having some difficulty updating to the latest versions. I created a example project 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"]
After updating dependencies to and making no other changes
[cljs-react-test "0.1.4-SNAPSHOT"]
[cljsjs/react-with-addons "15.2.0-0"]
[cljsjs/react-dom "15.2.0-0" :exclusions [cljsjs/react]]
[prismatic/dommy "1.1.0"]
The following error occurs
;; ======================================================================
;; Testing with Phantom:
TypeError: undefined is not an object (evaluating 'React.addons.TestUtils')
phantomjs://code/phantom966794781240370468.js:81 in onError
Am I overlooking something?