clojurescript

ClojureScript, a dialect of Clojure that compiles to JavaScript http://clojurescript.org | Currently at 1.10.879
puppybits 2021-01-14T23:03:29.006200Z

Does anyone have an idea why a npm library used in require would work in figwheel but fail in kaocha-cljs? Works in figwheel.

(ns example.core
  (:require ["firebase-admin" :as firebase]))
Fails in 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/bobby/code/budget/src/example/core.cljs
{:tag :cljs/analysis-error}