mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-15 00:54:06 -08:00
6 lines
86 B
TypeScript
6 lines
86 B
TypeScript
namespace jest {
|
|
interface Matchers<R, T> {
|
|
toMatchZod(expected: unknown): T;
|
|
}
|
|
}
|