Great work @actuallyalys_slack, it's great to see all these improvements to Kaocha. Keep it up!
Does koacha-cljs support string-based requires for JS libraries? It’s failing to pull in my non-cljjsjs libraries.
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}