1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/test/unit/ui
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
..
app Await completion of async actions under test (#8386) 2020-04-23 09:45:54 -03:00
etherscan-prefix-for-network.spec.js Update ESLint rules for test suite (#8023) 2020-02-11 13:21:13 -03:30