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