Skip to content

Commit

Permalink
feat(esm/cjs): Create cjs/esm release with all commits post 3.2.0, in…
Browse files Browse the repository at this point in the history
…cluding new options

BREAKING CHANGE: This is a breaking change, as the export in cjs is now a named default export. It also significantly changes the repo and dist folder structure, so will be released in 4.0.0
  • Loading branch information
jonluca committed Mar 30, 2023
1 parent 44a91d0 commit e7301b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/clone_schema.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ it("handles circular references", async ({ expect }) => {
};

const result = convert(schema, { cloneSchema: true });

expect(result).not.toEqual(schema);
});

Expand Down

0 comments on commit e7301b7

Please sign in to comment.