chore: Add optional verbose test runner for graph-parser dep

This commit is contained in:
Gabriel Horner
2025-04-02 12:12:31 -04:00
parent c6af79a260
commit a3dfa00ccf
3 changed files with 10 additions and 4 deletions

View File

@@ -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"
}
}