fix(core): Refactored tstest class to enhance promise handling for test modules.

This commit is contained in:
2025-01-23 19:02:11 +01:00
parent 4cce132472
commit a8e9f67810
7 changed files with 8040 additions and 3381 deletions

View File

@@ -20,24 +20,24 @@
"buildDocs": "tsdoc"
},
"devDependencies": {
"@git.zone/tsbuild": "^2.1.72",
"@types/node": "^20.12.7"
"@git.zone/tsbuild": "^2.2.0",
"@types/node": "^22.10.9"
},
"dependencies": {
"@api.global/typedserver": "^3.0.27",
"@git.zone/tsbundle": "^2.0.15",
"@git.zone/tsrun": "^1.2.46",
"@api.global/typedserver": "^3.0.53",
"@git.zone/tsbundle": "^2.1.0",
"@git.zone/tsrun": "^1.3.3",
"@push.rocks/consolecolor": "^2.0.2",
"@push.rocks/smartbrowser": "^2.0.6",
"@push.rocks/smartbrowser": "^2.0.8",
"@push.rocks/smartdelay": "^3.0.5",
"@push.rocks/smartfile": "^11.0.14",
"@push.rocks/smartlog": "^3.0.3",
"@push.rocks/smartpromise": "^4.0.3",
"@push.rocks/smartshell": "^3.0.5",
"@push.rocks/tapbundle": "^5.0.23",
"@types/ws": "^8.5.10",
"@push.rocks/smartfile": "^11.1.5",
"@push.rocks/smartlog": "^3.0.7",
"@push.rocks/smartpromise": "^4.2.0",
"@push.rocks/smartshell": "^3.2.2",
"@push.rocks/tapbundle": "^5.5.6",
"@types/ws": "^8.5.14",
"figures": "^6.1.0",
"ws": "^8.16.0"
"ws": "^8.18.0"
},
"files": [
"ts/**/*",