Skip to content

Commit

Permalink
fix: removing a test .only
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Jan 22, 2025
1 parent 54dbaa5 commit 89ac696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/specs/circular/circular.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ describe("Schema with circular (recursive) $refs", () => {
}
});

it.only("should call onCircular if `options.dereference.onCircular` is present", async () => {
it("should call onCircular if `options.dereference.onCircular` is present", async () => {
const parser = new $RefParser();

const circularRefs: string[] = [];
Expand Down

0 comments on commit 89ac696

Please sign in to comment.