mirror of
https://github.com/logseq/logseq.git
synced 2026-04-26 15:15:01 +00:00
chore: Add optional verbose test runner for graph-parser dep
This commit is contained in:
3
deps/graph-parser/package.json
vendored
3
deps/graph-parser/package.json
vendored
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user