Closed dagda1 closed 10 years ago
OK, so this works:
lein with-profile test cljsbuild test
Could anyone explain why I got the original error message?
The line numbers have changed in your project.clj since you linked it…but I'm guessing you had the cljsbuild (or clojurescript.test) configuration in your test
profile.
I am trying to get clojurescript set up for the first time. here is
project.clj
configuration.When I run
lein cljsbuild run
, I get the following error message:Can anyone point out what I am doing wrong? phantomjs is in my PATH ok and I can run tests from a different project but I don't see the non-string value in this case.
Do I have to use with-profile for the test profile to be used for testing?