fix(test): Enable --logfile in test script and bump @git.zone/tstest to ^2.8.2

This commit is contained in:
2025-11-17 14:37:08 +00:00
parent bc71d2e5a8
commit 15819d8a23
5 changed files with 19 additions and 13 deletions

View File

@@ -12,7 +12,7 @@
},
"type": "module",
"scripts": {
"test": "(tstest test/ --verbose --timeout 120)",
"test": "(tstest test/ --verbose --timeout 120 --logfile)",
"build": "(tsbuild --web)",
"buildDocs": "tsdoc"
},
@@ -55,7 +55,7 @@
"devDependencies": {
"@git.zone/tsbuild": "^3.1.0",
"@git.zone/tsrun": "^2.0.0",
"@git.zone/tstest": "^2.8.1",
"@git.zone/tstest": "^2.8.2",
"@types/node": "^22.9.0"
},
"files": [