1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui/app/pages/send/send-footer/tests
Mark Stacey e20ca4668e
Return Promise from addToAddressBook thunk (#8450)
`addToAddressBook` returned a thunk that didn't return a Promise,
despite doing async work. It now returns a Promise.

The callers of this action creator were updated to `await` the
completion of the operation. It was called just before redirecting the
user to a different page or closing a modal, and it seemed appropriate
to wait before doing those things.
2020-04-29 01:59:49 -03:00
..
send-footer-component.test.js Return Promise from addToAddressBook thunk (#8450) 2020-04-29 01:59:49 -03:00
send-footer-container.test.js Update ESLint rules for test suite (#8023) 2020-02-11 13:21:13 -03:30
send-footer-selectors.test.js Update ESLint rules for test suite (#8023) 2020-02-11 13:21:13 -03:30
send-footer-utils.test.js Update ESLint rules for test suite (#8023) 2020-02-11 13:21:13 -03:30