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.
onBundle
1 parent 6e99154 commit f8d2381Copy full SHA for f8d2381
1 file changed
test/specs/bundle-callback/bundle-callback.spec.ts
@@ -18,7 +18,7 @@ describe("Schema with a $ref", () => {
18
},
19
} as Options;
20
await parser.bundle(schema, options);
21
- console.log(calls)
+
22
expect(calls).to.deep.equal([
23
{
24
path: "#/definitions/b",
0 commit comments