mirror of
https://github.com/logseq/logseq.git
synced 2026-04-27 15:45:00 +00:00
7 lines
217 B
Clojure
7 lines
217 B
Clojure
(ns logseq.graph-parser.test-runner
|
|
"Test runner which enables https://github.com/PEZ/baldr by default"
|
|
(:require [nextjournal.test-runner :as next-runner]
|
|
[pez.baldr]))
|
|
|
|
(def -main next-runner/-main)
|