MCPcopy Create free account
hub / github.com/zenstackhq/zenstack / zod.test.ts

File zod.test.ts

tests/e2e/orm/client-api/zod.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { createQuerySchemaFactory, definePlugin, type ClientContract } from '@zenstackhq/orm';
2import { createTestClient, getTestDbProvider } from '@zenstackhq/testtools';
3import { afterEach, beforeEach, describe as _describe, expect, it } from 'vitest';
4import z from 'zod';

Callers

nothing calls this directly

Calls 15

getTestDbProviderFunction · 0.90
createTestClientFunction · 0.90
definePluginFunction · 0.90
createQuerySchemaFactoryFunction · 0.90
$disconnectMethod · 0.80
makeFindManySchemaMethod · 0.80
makeFindUniqueSchemaMethod · 0.80
makeFindFirstSchemaMethod · 0.80
makeExistsSchemaMethod · 0.80
makeCreateSchemaMethod · 0.80
makeCreateManySchemaMethod · 0.80

Tested by

no test coverage detected