rustymotors/server

Add Test Coverage for processGameLogout Function

Opened this issue · 0 comments

The function processGameLogout in the file packages/nps/gameMessageProcessors/processGameLogout.ts lacks test coverage. It is important to ensure that its behavior, particularly the acknowledgment sending and promise resolution, is verified through tests.

Please refer to the following PR and comment for more context: