You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be better if it produced a clic aware test reference, for example:
(nsa.b.c-test
(:require [a.b.c :refer:all]
#?(:clj [clojure.test :refer:all]
:cljs [cljs.test :refer:all))) ;; or whatever the correct new cljs namespace is
The text was updated successfully, but these errors were encountered:
Create
src/test/a/b/c_test.cljc
and it produces:It would be better if it produced a clic aware test reference, for example:
The text was updated successfully, but these errors were encountered: