Fork me on GitHub
#kaocha
<
2021-01-14
>
plexus07:01:00

Great work @actuallyalys_slack, it's great to see all these improvements to Kaocha. Keep it up!

puppybits22:01:37

Does koacha-cljs support string-based requires for JS libraries? It’s failing to pull in my non-cljjsjs libraries.

puppybits22:01:10

The require works in figwheel.

(ns unite.txn-scrubbing
  (:require ["firebase-admin" :as firebase]))
But fails when running kaocha-cljs.
Caused by: clojure.lang.ExceptionInfo: No such namespace: firebase-admin, could not locate firebase_admin.cljs, firebase_admin.cljc, or JavaScript source providing "firebase-admin" (Please check that namespaces with dashes use underscores in the ClojureScript file name) in file /Users/fiskal/code/budget/src/unite/txn_scrubbing.cljs
{:tag :cljs/analysis-error}