MCPcopy Create free account
hub / github.com/ember-learn/ember-api-docs / waitForSettled

Function waitForSettled

tests/acceptance/switch-project-test.js:15–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13import { timeout } from 'ember-concurrency';
14
15async function waitForSettled() {
16 await settled();
17 await timeout(10);
18 await settled();
19}
20
21async function ensureVersionsExist(assert) {
22 await waitForSettled();

Callers 2

ensureVersionsExistFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected