kaocha

Official support channel: https://clojureverse.org/c/projects/kaocha
plexus 2021-01-14T07:56:00.000700Z

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

puppybits 2021-01-14T22:05:37.002Z

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

puppybits 2021-01-14T22:55:10.003900Z

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}