fix(test, docs, scripts): correct test command verbosity, shorten load test timings, and document forwarding modes

This commit is contained in:
2026-03-29 23:41:31 +00:00
parent 17c27a92d6
commit c3cc237db5
5 changed files with 53 additions and 16 deletions

View File

@@ -12,7 +12,7 @@
"scripts": {
"build": "(tsbuild tsfolders) && (tsrust)",
"test:before": "(tsrust)",
"test": "tstest test/ --verbose--verbose --logfile --timeout 60",
"test": "tstest test/ --verbose --logfile --timeout 60",
"buildDocs": "tsdoc"
},
"repository": {