Skip to content

Commit

Permalink
fix: ignore window.location.reload wrapper in appstore
Browse files Browse the repository at this point in the history
  • Loading branch information
dylandepass committed Jan 30, 2024
1 parent 5eb3599 commit 61d4eb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/extension/app/store/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,7 @@ export class AppStore {
* Reloads the current page. Abstracted for testing.
*/
reloadPage() {
// istanbul ignore next
window.location.reload();
}

Expand Down

0 comments on commit 61d4eb3

Please sign in to comment.