Skip to content

Commit

Permalink
Update realtime.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrrt authored Jan 5, 2025
1 parent d656dc4 commit 4a564d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion node/test/realtime.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ beforeEach(() => {

afterEach(() => {
vi.restoreAllMocks(); // Resets all mocks
vi.restoreAllMocks(); // Ensure clearInterval is called properly
if (mockWebSocket) {
mockWebSocket.send.mockReset();
mockWebSocket.close.mockReset();
Expand Down

0 comments on commit 4a564d9

Please sign in to comment.