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:
parent
09368a32ad
commit
5234905a2b
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue