Need more information. But that warning is most certainly not something emitted by the ClojureScript compiler.
Make sure you can reproduce without whatever downstream tooling you may be using: https://github.com/clojure/clojurescript/wiki/Reporting-Issues There's a good chance it's purely downstream and needs to be reported elsewhere. David On Mon, Mar 16, 2015 at 11:11 AM, Jonathon McKitrick <[email protected]> wrote: > I just tried a build with this version, and I'm getting this error in my > CLJS test suite, which does not happen with 0.0-2985. > > Compiling ClojureScript. > Compiling "resources/public/js/unit-test.js" from ["src/cljs" > "test/cljs"]... > Successfully compiled "resources/public/js/unit-test.js" in 17.483 seconds. > Compiling "resources/public/js/main.js" from ["src/cljs"]... > Successfully compiled "resources/public/js/main.js" in 14.543 seconds. > Running ClojureScript test: unit-test > Error: goog.require could not find: cljsjs.react > > resources/public/js/unit-test.js:19683 > resources/public/js/unit-test.js:55237 > > ERROR: cemerick.cljs.test was not required. > > You can resolve this issue by ensuring [cemerick.cljs.test] appears > in the :require clause of your test suite namespaces. > Also make sure that your build has actually included any test files. > > -- > Note that posts from new members are moderated - please be patient with > your first post. > --- > You received this message because you are subscribed to the Google Groups > "ClojureScript" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/clojurescript. > -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/clojurescript.
