Skip to content

Commit 387a50c

Browse files
committed
chore: removing a .only from a test
1 parent 3e4b0f2 commit 387a50c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/specs/circular-extensive/circular-extensive.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import path from "../../utils/path.js";
66
import { expect } from "vitest";
77

88
describe("Schema with an extensive amount of circular $refs", () => {
9-
it.only("should dereference successfully", async () => {
9+
it("should dereference successfully", async () => {
1010
const circularRefs = new Set<string>();
1111

1212
const parser = new $RefParser<Record<string, any>>();

0 commit comments

Comments
 (0)