Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Jeremy-Z 2026-06-30 10:35:19 -04:00 committed by GitHub
parent 09368a32ad
commit 5234905a2b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -53,6 +53,8 @@ describe('Router afterEach skipSaveSession', () => {
beforeEach(() => {
mockStore = {
applicationUser: { triggeredSiteEntry: true },
runExperimentsForTrigger: jest.fn(() => Promise.resolve()),
updateLastPageVisited: jest.fn(),
clearSaveSessionPromise: jest.fn(),
hasSubmittedOrder: jest.fn(() => false)