mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 03:53:29 +01:00
style: cleanup tests and tsup configs
This commit is contained in:
@@ -119,7 +119,7 @@ describe.skip('VoiceWebSocket: heartbeating', () => {
|
||||
const rcv = onceIgnoreError(ws, 'close');
|
||||
ws.setHeartbeatInterval(50);
|
||||
await expect(rcv).resolves.toBeTruthy();
|
||||
expect(ws.ping).toBe(undefined);
|
||||
expect(server.messages.length).toBe(3);
|
||||
expect(ws.ping).toBeUndefined();
|
||||
expect(server.messages.length).toEqual(3);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user