mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 19:43:29 +01:00
tests(ws): fix tests (#9520)
This commit is contained in:
@@ -146,9 +146,9 @@ beforeEach(() => {
|
||||
});
|
||||
|
||||
afterEach(() => {
|
||||
mockConstructor.mockRestore();
|
||||
mockSend.mockRestore();
|
||||
mockTerminate.mockRestore();
|
||||
mockConstructor.mockClear();
|
||||
mockSend.mockClear();
|
||||
mockTerminate.mockClear();
|
||||
});
|
||||
|
||||
test('spawn, connect, send a message, session info, and destroy', async () => {
|
||||
|
||||
Reference in New Issue
Block a user