mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-28 12:43:11 +10:00
Fix test snapshot
This commit is contained in:
parent
27cffb31da
commit
397b9be4b1
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ describe('CheckoutPage', () => {
|
|||
bookingEnd: new Date(Date.UTC(2017, 3, 16)),
|
||||
},
|
||||
dispatch: noop,
|
||||
history: { push: noop },
|
||||
history: { push: noop, action: 'PUSH' },
|
||||
intl: fakeIntl,
|
||||
listing,
|
||||
currentUser: createCurrentUser('currentUser'),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue