@@ -2,9 +2,8 @@
:deps
{logseq/common
{:local/root "../common"}
-
logseq/db
{:local/root "../db"}
io.github.nextjournal/nbb-test-runner
- {:git/sha "60ed57aa04bca8d604f5ba6b28848bd887109347"}}}
+ {:git/sha "60ed57aa04bca8d604f5ba6b28848bd887109347"}
+ io.github.pez/baldr {:mvn/version "1.0.9"}}}
@@ -10,6 +10,7 @@
"mldoc": "^1.5.9"
},
"scripts": {
- "test": "nbb-logseq -cp test:../outliner/src -m nextjournal.test-runner"
+ "test": "nbb-logseq -cp test:../outliner/src -m nextjournal.test-runner",
+ "test-v": "nbb-logseq -cp test:../outliner/src -m logseq.graph-parser.test-runner"
}
@@ -0,0 +1,6 @@
+(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)