You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I run lein with-profile test cljsbuild test test
I get
Fontconfig warning: ignoring UTF-8: not a valid region tag
ReferenceError: Can't find variable: require
bin/speclj.js:3 in global code
:0 in injectJs
ReferenceError: Can't find variable: speclj
phantomjs://webpage.evaluate():2
phantomjs://webpage.evaluate():6
What is the error about?
The text was updated successfully, but these errors were encountered:
New to clojure and clojure script but I am using your framework for unit testing in clojurescript
i have the following in my project file
and the following directory structure on a vagrant ubuntu-64 virtualbox
|-/bin
|--phantomjs
|--speclj.js
|-/src
|--/cljs
|---/scripts
|--core.cljs
|-/spec
|--/cljs
|---/scripts
|--core_spec.cljs
when I run
lein with-profile test cljsbuild test test
I get
What is the error about?
The text was updated successfully, but these errors were encountered: