babashka/test-resources/lib_tests/markdown/runner.cljs
Gabriel Horner c0588be686 Add tests for markdown-clj and tools.namespace
See comment for why only one markdown test could be run.
Closes #1069 and #1064
2021-12-28 09:23:36 -05:00

5 lines
135 B
Clojure

(ns markdown.runner
(:require [doo.runner :refer-macros [doo-tests]]
[markdown.md-test]))
(doo-tests 'markdown.md-test)