lambdaisland / kaocha-cljs2

Run ClojureScript tests from Kaocha (major rewrite)
Mozilla Public License 2.0
26 stars 10 forks source link

Use correct :aliases-as-optional-deps, :test. #20

Closed alysbrooks closed 1 year ago

alysbrooks commented 1 year ago

:test includes Kaocha itself, which is a BYOD (bring your own dependency) that needs to be specified as optional for Cljdoc to be able to dynamically analyze the namespaces for API docstrings. I specified :dev by mistake.