1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-26 12:29:06 +01:00
metamask-extension/test/unit
Mark Stacey 01f1f403ce Add timeout to wait-until-called (#9996)
The `waitUntilCalled` utility now has a timeout. It will now throw an
error if the stub is not called enough times, rather than blocking
forever.

The return type had to be changed to a function, so that we could throw
when the timeout is triggered. I tried returning an error that rejected
first, but if you don't handle the error synchronously Node.js will
consider it to be an unhandled Promise rejected (even if it _is_
handled later on).

I worked around this by resolving in the timeout case as well, so that
there is never a "deferred" Promise exception in the timeout case. The
returned function re-throws the error if it's given. That way there is
never any unhandled Promise rejection.
2020-12-09 12:17:46 -03:30
..
actions [RFC] add prettier to eslint (#8595) 2020-11-02 17:41:28 -06:00
app Add timeout to wait-until-called (#9996) 2020-12-09 12:17:46 -03:30
lib Fix import/order issues (#9239) 2020-08-18 16:48:25 -02:30
migrations Migration to remove legacy local storage keys from localStorage (#9986) 2020-12-03 20:25:23 -03:30
responsive/components [RFC] add prettier to eslint (#8595) 2020-11-02 17:41:28 -06:00
ui add new MetaMetricsController (#9857) 2020-12-02 15:41:30 -06:00
balance-formatter-test.js Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30
localhostState.js [RFC] add prettier to eslint (#8595) 2020-11-02 17:41:28 -06:00