Skip to content

Commit

Permalink
Fix dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
twschiller committed Nov 6, 2024
1 parent 6ee340c commit 0feb4f3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/contentScript/lifecycle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0feb4f3

Please sign in to comment.