test: add brainstorm server integration tests

This commit is contained in:
Jesse Vincent
2026-01-17 13:03:04 -08:00
parent 3ec1c2570b
commit 6a524af4db
3 changed files with 152 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{
"name": "brainstorm-server-tests",
"version": "1.0.0",
"scripts": {
"test": "node server.test.js"
},
"dependencies": {
"ws": "^8.19.0"
}
}