Skip to content

Commit 89ac696

Browse files
committed
fix: removing a test .only
1 parent 54dbaa5 commit 89ac696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/specs/circular/circular.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ describe("Schema with circular (recursive) $refs", () => {
8787
}
8888
});
8989

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

9393
const circularRefs: string[] = [];

0 commit comments

Comments
 (0)