etherpad-lite/src/tests/frontend/helper
Richard Hansen 3790c0e41c tests: Use async/await instead of returning Promises
This has a few benefits:
  * It's more readable: It's easier for a user of the function to know
    that they should use `await` when calling the function.
  * Stack traces are more useful.
  * Some code (e.g., the async npm package) uses introspection to
    determine if a function is `async` vs. takes a callback.
2021-04-02 15:46:27 +02:00
..
methods.js tests: Use async/await instead of returning Promises 2021-04-02 15:46:27 +02:00
multipleUsers.js tests: Refine helper/multipleUsers.js 2021-04-01 14:31:56 +02:00
ui.js tests: Use async/await instead of returning Promises 2021-04-02 15:46:27 +02:00