test(harness): wsListener helper for capturing real WS events

This commit is contained in:
Jannis Braun
2026-05-03 23:33:29 +02:00
parent e06b5fec3c
commit a2fadf7e93
3 changed files with 132 additions and 5 deletions
+2 -1
View File
@@ -41,6 +41,7 @@
"@types/ws": "^8.18.1",
"drizzle-kit": "^0.24.0",
"typescript": "^5.4.0",
"vitest": "^4.0.18"
"vitest": "^4.0.18",
"ws": "^8.20.0"
}
}