Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/emberjs/ember.js
/ runTask
Function
runTask
packages/internal-test-helpers/lib/run.ts:16–18 ·
view source on GitHub ↗
(callback: F)
Source
from the content-addressed store, hash-verified
14
}
15
16
export
function
runTask<F extends () => any>(callback: F): ReturnType<F> {
17
return
run(callback);
18
}
19
20
export
function
runTaskNext(): Promise<void> {
21
return
new
Promise((resolve) => {
Callers
15
'@test model is tracked'
Method · 0.90
'@test model can be observed with sync observers'
Method · 0.90
[`@test assert when calling lookup after destroy on a container`]
Method · 0.90
[`@test assert when calling factoryFor after destroy on a container`]
Method · 0.90
'@test instantiating via container.lookup during destruction enqueues destruction'
Method · 0.90
'@test instantiating via container.factoryFor().create() after destruction throws an error'
Method · 0.90
'@test accessing length after content set to null in willDestroy'
Method · 0.90
['@test it can render a static text node']
Method · 0.90
['@test it can render a static element']
Method · 0.90
['@test it can render a static template']
Method · 0.90
['@test it can render a dynamic path']
Method · 0.90
['@test resolves the string length properly']
Method · 0.90
Calls
1
run
Function · 0.90
Tested by
no test coverage detected