fix(test): Enable --logfile in test script and bump @git.zone/tstest to ^2.8.2
This commit is contained in:
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user