Skip to content

Commit 6279d8f

Browse files
committed
fix linting
1 parent bff4d68 commit 6279d8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/tracing/test/testutils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export function addDOMPropertiesToGlobal(properties: string[]): void {
1717
const global = getGlobalObject<NodeJS.Global & Window>();
1818

1919
properties.forEach(prop => {
20+
// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
2021
(global as any)[prop] = window[prop];
2122
});
2223
}

0 commit comments

Comments
 (0)