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