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 a67f38c commit f84c1ffCopy full SHA for f84c1ff
test/specs/dereference-null-ref/dereference-null-ref.spec.ts
@@ -5,7 +5,7 @@ import path from "../../utils/path";
5
import dereferenced from "./dereferenced.js";
6
7
describe("dereferencing a `$ref` that points to a `null` value", () => {
8
- it.only("should dereference successfully", async () => {
+ it("should dereference successfully", async () => {
9
const parser = new $RefParser();
10
const schema = await parser.dereference(path.rel("test/specs/dereference-null-ref/dereference-null-ref.yaml"));
11
expect(schema).to.equal(parser.schema);
0 commit comments