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
Hey, I am experimenting with dc/deftest and tried to implement some tests directly in devcards. Previously I wrote tests with lein doo, but this is not really satisfying.
However, I am getting the error message that test-doc is not public. I am not quite sure, why this error appears. I have many devcards in this project and they are all operating well. Also the other tests are all okay.
(nssome.namespace
(:require
[cljs.test :refer [testing is are]]
[devcards.core :as dc]))
(dc/deftestfoo
^--- var:devcards.core/test-docisnotpublic"Sample card"
(testing"Fix me, I fail"
(isfalse)))
I am now using cljs-test-display, which is a great alternative, yes. Although it was hard to follow your instructions in your README. Had to combine it with instructions from the figwheel-main documentation.
Okay, I can use this for testing, thanks. But still, your library provides the deftest cards.
Hey, I am experimenting with dc/deftest and tried to implement some tests directly in devcards. Previously I wrote tests with lein doo, but this is not really satisfying.
However, I am getting the error message that test-doc is not public. I am not quite sure, why this error appears. I have many devcards in this project and they are all operating well. Also the other tests are all okay.
Some of my dependencies:
Thanks for your help. I have no idea what could be wrong. I am using devcards in several projects and i love it, but this is a strange error message.
The text was updated successfully, but these errors were encountered: