Skip to content

Commit a7069d6

Browse files
committed
fix(esm): trigger release
1 parent fb59ce0 commit a7069d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/clone_schema.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ it("cloning schema with cloneSchema option", async ({ expect }) => {
6161

6262
it("handles circular references", async ({ expect }) => {
6363
const a: Record<string, object> = {};
64+
6465
a.a = a;
6566

6667
const schema = {

0 commit comments

Comments
 (0)