()
| 183 | ({destroy: vi.fn()}) as unknown as TestPersister; |
| 184 | |
| 185 | const createTestSynchronizer = () => |
| 186 | ({destroy: vi.fn()}) as unknown as TestSynchronizer; |
| 187 | |
| 188 | const renderPrimitive = (primitive: () => void) => { |
| 189 | return createRoot((dispose) => { |
no outgoing calls
no test coverage detected
searching dependent graphs…