Basic knowledge of unit testingFamiliarity with WebSocket APIs
初心者向け度初回貢献者にどれだけ取り組みやすいかを 1-100 で推定したスコアです。
60
調査方針
Start by examining the existing server side test suite, likely in the `server/` directory under ` tests ` or similar. Look at how other API endpoint tests are structured (e.g., REST tests) and identify the testing framework used (Jest or Mocha). For WebSocket tests, you'll need to simulate connections; consider using a library like `ws` or `supertest ws`. Focus on writing tests for message handling, connection lifecycle, and error cases. Review any comments on the issue for additional context or guidance from maintainers.