| 1 | import { ClientContract } from '@zenstackhq/orm'; |
| 2 | import { SchemaDef } from '@zenstackhq/orm/schema'; |
| 3 | import { createTestClient } from '@zenstackhq/testtools'; |
| 4 | import { beforeEach, describe, expect, it } from 'vitest'; |
nothing calls this directly
no test coverage detected