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 bb7d90c commit 823d6f7Copy full SHA for 823d6f7
packages/amazonq/test/e2e/amazonq/framework/jsdomInjector.ts
@@ -34,5 +34,5 @@ export function injectJSDOM() {
34
})
35
36
// jsdom doesn't have support for structuredClone. See https://github.com/jsdom/jsdom/issues/3363
37
- global.structuredClone = (val) => JSON.parse(JSON.stringify(val))
+ global.structuredClone = (val: any) => JSON.parse(JSON.stringify(val))
38
}
0 commit comments