fix tests

This commit is contained in:
2025-07-28 14:21:42 +00:00
parent 0ebd47d1b2
commit 01bbfa4a06

View File

@@ -9,7 +9,7 @@
}, },
"type": "module", "type": "module",
"scripts": { "scripts": {
"test": "(tstest test/ --web)", "test": "(tstest test/ --verbose)",
"build": "(tsbuild --web)", "build": "(tsbuild --web)",
"buildDocs": "tsdoc" "buildDocs": "tsdoc"
}, },