From 0feb4f32acbed7946ff80cac3095dc9bb3fafa85 Mon Sep 17 00:00:00 2001 From: Todd Schiller Date: Wed, 6 Nov 2024 16:11:12 -0600 Subject: [PATCH] Fix dead code --- src/contentScript/lifecycle.ts | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/contentScript/lifecycle.ts b/src/contentScript/lifecycle.ts index 6b0faa4f49..d97192d9e2 100644 --- a/src/contentScript/lifecycle.ts +++ b/src/contentScript/lifecycle.ts @@ -746,8 +746,11 @@ export async function initNavigation() { } /** - * Test helper method to reset lifecycle module state. Simpler to use than Jest's isolateModules/resetModules which - * has gotchas with getPlatform() and other module-level state. + * Test helper method to reset lifecycle module state. + * + * Simpler to use than Jest's isolateModules/resetModules which seem to have gotchas with getPlatform() and other + * module-level state. + * @internal */ export function TEST_reset(): void { _initialFrameLoad = true;