Richard Hansen 50e402193b tests: waitForPromise() test improvements
* Avoid a false positive if a Promise that is expected to reject
    doesn't reject.
  * Use modern JavaScript language features: arrow functions,
    `const`/`let` instead of `var`.
  * Remove the tests that test Promise behavior.
  * Add new test that checks that it returns a Promise.
2020-10-14 10:38:52 +01:00
..
2020-05-27 16:54:20 +01:00
2020-06-03 10:34:13 +00:00
2020-05-28 22:37:34 +01:00