We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.only
1 parent 3e4b0f2 commit 387a50cCopy full SHA for 387a50c
test/specs/circular-extensive/circular-extensive.spec.ts
@@ -6,7 +6,7 @@ import path from "../../utils/path.js";
6
import { expect } from "vitest";
7
8
describe("Schema with an extensive amount of circular $refs", () => {
9
- it.only("should dereference successfully", async () => {
+ it("should dereference successfully", async () => {
10
const circularRefs = new Set<string>();
11
12
const parser = new $RefParser<Record<string, any>>();
0 commit comments