MCPcopy 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

1import {TaskQueue} from '#service/task-queue';
2
3describes.sandboxed('TaskQueue', {}, (env) => {
4 let clock;

Callers

nothing calls this directly

Calls 11

beforeEachFunction · 0.85
expectFunction · 0.85
tickMethod · 0.80
getLastEnqueueTimeMethod · 0.80
getLastDequeueTimeMethod · 0.80
getTaskByIdMethod · 0.80
itFunction · 0.50
getSizeMethod · 0.45
enqueueMethod · 0.45
dequeueMethod · 0.45
peekMethod · 0.45

Tested by

no test coverage detected