1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-23 11:46:13 +02:00
metamask-extension/test/unit/ui/app
Mark Stacey 1eaffee00d
Await completion of async actions under test (#8386)
Some of the unit tests for `actions.js` were calling async actions
without `await`-ing them. All async actions are now called with `await`
to ensure they've completed.
2020-04-23 09:45:54 -03:00
..
reducers Move action constants to separate module (#8308) 2020-04-08 21:35:37 -03:00
actions.spec.js Await completion of async actions under test (#8386) 2020-04-23 09:45:54 -03:00
selectors.spec.js Fix selectors that use metamask.send.from state (#8182) 2020-03-11 15:40:35 -03:00