Skip to content

Commit f8d2381

Browse files
committed
chore(tests): fix test for onBundle callback
1 parent 6e99154 commit f8d2381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/specs/bundle-callback/bundle-callback.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ describe("Schema with a $ref", () => {
1818
},
1919
} as Options;
2020
await parser.bundle(schema, options);
21-
console.log(calls)
21+
2222
expect(calls).to.deep.equal([
2323
{
2424
path: "#/definitions/b",

0 commit comments

Comments
 (0)