Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinpalkovic committed Jan 15, 2025
1 parent e90d717 commit a00619c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions code/core/src/channels/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit a00619c

Please sign in to comment.