| 1 | import { describe, expect, it } from 'vitest' |
| 2 | import { act, renderHook } from '@testing-library/react' |
| 3 | import { createCollection, eq } from '@tanstack/db' |
| 4 | import { useLiveQueryEffect } from '../src/useLiveQueryEffect' |
nothing calls this directly
no test coverage detected