Function
checkWaiters public
Module:
@ember/test
Defined in packages/ember-testing/lib/test/waiters.js:83
Iterates through each registered test waiter, and invokes its callback. If any waiter returns false, this method will return true indicating that the waiters have not settled yet.
This is generally used internally from the acceptance/integration test infrastructure.