| 1 | import { redisConfigMock, redisConfigMockFns } from '@sim/testing' |
| 2 | import { beforeEach, describe, expect, it, vi } from 'vitest' |
| 3 | |
| 4 | const { mockRedisSet, mockPublish, mockSubscribe } = vi.hoisted(() => ({ |
nothing calls this directly
no test coverage detected