Skip to content

Commit d0848b0

Browse files
chore: Cleanup @ts-* comments (#2094)
Co-authored-by: Patryk Kuniczak <p.kuniczak@gmail.com>
1 parent c848956 commit d0848b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ describe('Content Script Context', () => {
2424
const onInvalidated = vi.fn();
2525

2626
ctx.onInvalidated(onInvalidated);
27-
// @ts-ignore
27+
// @ts-expect-error Deleting `runtime.id` to simulate disconnection
2828
delete fakeBrowser.runtime.id;
2929
const isValid = ctx.isValid;
3030

0 commit comments

Comments
 (0)