| 1 | import { describe, expect, it, vi } from 'vitest' |
| 2 | import { createCollection } from '../src/collection/index.js' |
| 3 | import { Query, createEffect, createTransaction, eq } from '../src/index.js' |
| 4 | import { |
nothing calls this directly
no test coverage detected