| 1 | import type { ClientContract } from '@zenstackhq/orm'; |
| 2 | import { createTestClient, getTestDbProvider } from '@zenstackhq/testtools'; |
| 3 | import { afterEach, beforeEach, describe, expect, it } from 'vitest'; |
| 4 | import { schema } from '../schemas/full-text-search/schema'; |
nothing calls this directly
no test coverage detected