feat(test): add end-to-end WebSocket proxy test coverage

This commit is contained in:
2026-04-04 17:59:04 +00:00
parent 527c616cd4
commit 7b3ab7378b
5 changed files with 435 additions and 17 deletions

View File

@@ -22,8 +22,10 @@
"@git.zone/tstest": "^3.6.0",
"@push.rocks/smartserve": "^2.0.3",
"@types/node": "^25.5.0",
"@types/ws": "^8.18.1",
"typescript": "^6.0.2",
"why-is-node-running": "^3.2.2"
"why-is-node-running": "^3.2.2",
"ws": "^8.20.0"
},
"dependencies": {
"@push.rocks/smartcrypto": "^2.0.4",