I'm using devcards' deftest macro, and it gives me the warning var: devcards.core/test-doc is not public
. If I use #'deftest the macro is not recognized.
I'm trying to disable this warning in the cljs compiler options with :warnings {:private-var-access false}
as described in https://clojurescript.org/reference/compiler-options#warnings but figwheel gives me a warning saying it doesn't recognize this key.
Does someone know how to get rid with the warning or silence it somehow?