-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No such namespace exception #4
Comments
Sorry about this, this is actually a known issue but I only had it in my personal notes. You need to manually add |
Thanks! This workaround gets me a different error:
Note that cljs.main and https://github.com/Olical/cljs-test-runner do work with extra-paths from aliases. |
Hi. How can I configure compiler options? I am getting this exception:
jsonwebtoken is js dependency present int ;; tests.edn
#kaocha/v1
{:tests [{:id :unit-cljs
:type :kaocha.type/cljs
:test-paths ["test"]
:cljs/compiler-options {:npm-deps {}
:target :nodejs
:optimizations :none}}]} ;; leiningen profile
{:kaocha {:source-paths ["src" "test"]
:dependencies [[lambdaisland/kaocha "0.0-529"]
[lambdaisland/kaocha-cljs "0.0-40"]]}}
;; leiningen alias
{"kaocha" ["with-profile" "kaocha" "run" "-m" "kaocha.runner" "unit-cljs"]} I wanted to try {:main app.run-all
:output-to "target/test/app.js"
:output-dir "target/test"
:target :nodejs
:npm-deps {}
:optimizations :none
:pretty-print true
:source-map true} |
here is the exception to the previous post:
|
@nenadalm Have you tried to specify the name of the |
@countgizmo I've tried, but with same result. As mentioned link says:
actual value of |
Repro:
The text was updated successfully, but these errors were encountered: