We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb59ce0 commit a7069d6Copy full SHA for a7069d6
test/clone_schema.test.ts
@@ -61,6 +61,7 @@ it("cloning schema with cloneSchema option", async ({ expect }) => {
61
62
it("handles circular references", async ({ expect }) => {
63
const a: Record<string, object> = {};
64
+
65
a.a = a;
66
67
const schema = {
0 commit comments