MCPcopy Create free account
hub / github.com/ember-cli/ember-cli / refreshUI

Function refreshUI

tests/integration/models/blueprint-test.js:608–611  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

606 let tmpdir;
607
608 function refreshUI() {
609 ui = new MockUI();
610 options.ui = ui;
611 }
612
613 beforeEach(async function () {
614 const { path: dir } = await tmp.dir();

Callers 1

blueprint-test.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…