mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-09 00:19:13 +08:00
Remove comment
This commit is contained in:
parent
e90d717daa
commit
a00619c8e0
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user