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 bff4d68 commit 6279d8fCopy full SHA for 6279d8f
packages/tracing/test/testutils.ts
@@ -17,6 +17,7 @@ export function addDOMPropertiesToGlobal(properties: string[]): void {
17
const global = getGlobalObject<NodeJS.Global & Window>();
18
19
properties.forEach(prop => {
20
+ // eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
21
(global as any)[prop] = window[prop];
22
});
23
}
0 commit comments