MCPcopy Index your code
hub / github.com/trekhleb/javascript-algorithms / Queue.test.js

File Queue.test.js

src/data-structures/queue/__test__/Queue.test.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import Queue from '../Queue';
2
3describe('Queue', () => {
4 it('should create empty queue', () => {

Callers

nothing calls this directly

Calls 5

enqueueMethod · 0.80
dequeueMethod · 0.80
toStringMethod · 0.45
peekMethod · 0.45
isEmptyMethod · 0.45

Tested by

no test coverage detected