Skip to content

Commit

Permalink
Update test/unit/utils/test-close-watcher-impl.js
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Rozenberg <[email protected]>
  • Loading branch information
erwinmombay and danielrozenberg authored Jan 7, 2025
1 parent bd1aefd commit 99921f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/utils/test-close-watcher-impl.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ describes.realWin('#CloseWatcherImpl', {amp: true}, (env) => {
});

it.configure()
.skipChrome()
.if(() => !('CloseWatcher' in window))
.run('should trigger on history pop', async () => {
let popHandler;
historyMock
Expand Down

0 comments on commit 99921f9

Please sign in to comment.