Skip to content

Commit

Permalink
fix(esm): trigger release
Browse files Browse the repository at this point in the history
  • Loading branch information
jonluca committed Mar 30, 2023
1 parent fb59ce0 commit a7069d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/clone_schema.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ it("cloning schema with cloneSchema option", async ({ expect }) => {

it("handles circular references", async ({ expect }) => {
const a: Record<string, object> = {};

a.a = a;

const schema = {
Expand Down

0 comments on commit a7069d6

Please sign in to comment.