Fork me on GitHub
#kaocha
<
2019-01-16
>
stathissideris16:01:02

I have a dependency to moment in my deps.edn:

cljsjs/moment                  {:mvn/version "2.22.2-2"}

stathissideris16:01:21

but when I run:

clojure -A:test-cljs -m kaocha.runner unit-cljs

stathissideris16:01:48

I get:

Exception in thread "main" clojure.lang.ExceptionInfo: No such namespace: moment, could not locate moment.cljs, moment.cljc, or JavaScript source providing "moment" in file ...