Remove comment

This commit is contained in:
Valentin Palkovic 2025-01-15 09:35:16 +01:00
parent e90d717daa
commit a00619c8e0

View File

@ -3,8 +3,6 @@ import { beforeEach, describe, expect, it, vi } from 'vitest';
import type { ChannelTransport, Listener } from '.';
import { Channel, WebsocketTransport } from '.';
// vi.useFakeTimers();
const MockedWebsocket = vi.hoisted(() => {
const ref = { current: undefined as unknown as InstanceType<typeof MyMockedWebsocket> };
class MyMockedWebsocket {