Den tisdag 21 april 2015 kl. 12:50:01 UTC+2 skrev Jonathon McKitrick:
> Hi Sebastian,
> 
> I'm using cemerick/clojurescript.test 0.3.3.
> 
> The test command I use is
>  {"client-test" ["phantomjs"
>                      
> ;;"slimerjs"
>                      
> :runner
>                      "resources/es5-shim.js"
>                      "resources/public/js/client-test.js"]}
> 
> As far as I know, there should be no CoffeeScript anywhere in the system.
> 
> 
> On Tue, Apr 14, 2015 at 10:06 AM Sebastian Bensusan <[email protected]> wrote:
> Hi Jonathon,
> 
> 
> 
> Are you using cemerick/clojure.test or cljs.test?
> 
> 
> 
> cemerick's run script[1] is compatible with Slimer.js while this one[2] for 
> cljs.test is not.
> 
> 
> 
> I'm trying to collect running scripts for cljs.test here: 
> https://github.com/bensu/cljs-test-template
> 
> 
> 
> The Slimer.js one is not ready yet (async tests don't work). But I'll fix it 
> soon. I'll update you when I have.
> 
> 
> 
> As for your error, can you show us the test-command? Are you running 
> CoffeScript as a transpiler?
> 
> 
> 
> [1] 
> https://github.com/cemerick/clojurescript.test/blob/master/resources/cemerick/cljs/test/runner.js
> 
> 
> 
> [2] https://gitlab.com/keeds/cljsinit/blob/master/phantom/unit-test.js
> 
> 
> 
> --
> 
> Note that posts from new members are moderated - please be patient with your 
> first post.
> 
> ---
> 
> You received this message because you are subscribed to a topic in the Google 
> Groups "ClojureScript" group.
> 
> To unsubscribe from this topic, visit 
> https://groups.google.com/d/topic/clojurescript/4EF-NAzu-kM/unsubscribe.
> 
> To unsubscribe from this group and all its topics, 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.

I had the same issue, it was due to Slimer not being compliant with the newest 
Firefox 37, I solved it by unistalling my current version and downloading v 36 
from here: https://support.mozilla.org/en-US/kb/install-older-version-of-firefox

-- 
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.

Reply via email to