Renaming test file
This commit is contained in:
parent
b7d883b2e7
commit
c8434dfd4c
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ function createMockUser(userId: number): ExSocketInterface {
|
|||
} as ExSocketInterface;
|
||||
}
|
||||
|
||||
describe("World", () => {
|
||||
describe("GameRoom", () => {
|
||||
it("should connect user1 and user2", () => {
|
||||
let connectCalledNumber: number = 0;
|
||||
const connect: ConnectCallback = (user: User, group: Group): void => {
|
Loading…
Add table
Add a link
Reference in a new issue