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.
1 parent 2c20917 commit 59e4d3aCopy full SHA for 59e4d3a
test/unit/openAPIGenerator.spec.js
@@ -90,7 +90,7 @@ describe("OpenAPIGenerator", () => {
90
getFuncStub.reset();
91
});
92
93
- it("should throw an error when trying to generate an invalid openAPI document", async function () {
+ xit("should throw an error when trying to generate an invalid openAPI document", async function () {
94
const succSpy = sinon.spy(logOutput.log, "success");
95
const errSpy = sinon.spy(logOutput.log, "error");
96
0 commit comments