n8n/packages/@n8n/json-schema-to-zod/test/jest.d.ts

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
86 B
TypeScript
Raw Normal View History

namespace jest {
interface Matchers<R, T> {
toMatchZod(expected: unknown): T;
}
}