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 f8d2381 commit 6c6937dCopy full SHA for 6c6937d
1 file changed
test/specs/bundle-callback/bundle-callback.spec.ts
@@ -13,7 +13,7 @@ describe("Schema with a $ref", () => {
13
const options = {
14
bundle: {
15
onBundle(path, value, parent, parentPropName) {
16
- calls.push({ path, value, parent, parentPropName });
+ calls.push(JSON.parse(JSON.stringify({ path, value, parent, parentPropName })));
17
},
18
19
} as Options;
0 commit comments