refactor(server): remove unused on method (#13830)

This commit is contained in:
Jason Rasmussen
2024-10-30 14:09:52 -04:00
committed by GitHub
parent 7961435d36
commit 40fbef50cf
3 changed files with 2 additions and 5 deletions
@@ -4,7 +4,6 @@ import { Mocked, vitest } from 'vitest';
export const newEventRepositoryMock = (): Mocked<IEventRepository> => {
return {
setup: vitest.fn(),
on: vitest.fn() as any,
emit: vitest.fn() as any,
clientSend: vitest.fn() as any,
clientBroadcast: vitest.fn() as any,