Skip to content

Commit 664c91b

Browse files
simplify comment of @ts-expect-error
1 parent 115f6fa commit 664c91b

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-expect-error -- deleting runtime.id to simulate disconnection
27+
// @ts-expect-error Deleting `runtime.id` to simulate disconnection
2828
delete fakeBrowser.runtime.id;
2929

3030
const isValid = ctx.isValid;

0 commit comments

Comments
 (0)