Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ampproject/amphtml
/ test-task-queue.js
File
test-task-queue.js
test/unit/test-task-queue.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{TaskQueue} from
'#service/task-queue'
;
2
3
describes.sandboxed(
'TaskQueue'
, {}, (env) => {
4
let
clock;
Callers
nothing calls this directly
Calls
11
beforeEach
Function · 0.85
expect
Function · 0.85
tick
Method · 0.80
getLastEnqueueTime
Method · 0.80
getLastDequeueTime
Method · 0.80
getTaskById
Method · 0.80
it
Function · 0.50
getSize
Method · 0.45
enqueue
Method · 0.45
dequeue
Method · 0.45
peek
Method · 0.45
Tested by
no test coverage detected