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 6e1fb8e commit 4681d66Copy full SHA for 4681d66
test/unit/openAPIGenerator.spec.js
@@ -57,6 +57,7 @@ describe("OpenAPIGenerator", () => {
57
notice: (str) => {},
58
error: (str) => {},
59
success: (str) => {},
60
+ verbose: (str) => {},
61
},
62
};
63
});
0 commit comments