Skip to content

Commit c8ea27a

Browse files
remove questions of content-script-context.test.ts
1 parent 664c91b commit c8ea27a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/wxt/src/utils/__tests__/content-script-context.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ describe('Content Script Context', () => {
9595
context.addEventListener(window, 'DOMContentLoaded', (_) => {});
9696
context.addEventListener(window, 'orientationchange', (_) => {});
9797
context.addEventListener(window, 'wxt:locationchange', (_) => {});
98-
// TODO: IT SEEMS IT ISN'T IN 'WINDOW`, MISSING TYPE OR IT SHOULDN'T BE HERE?
9998
// @ts-expect-error
10099
context.addEventListener(window, 'visibilitychange', (_) => {});
101100
});

0 commit comments

Comments
 (0)