MCPcopy Index your code
hub / github.com/TheAlgorithms/JavaScript / Queue.test.js

File Queue.test.js

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('Testing the Queue DS', () => {
4 const queue = new Queue()

Callers

nothing calls this directly

Calls 6

peekFirstMethod · 0.80
peekLastMethod · 0.80
enqueueMethod · 0.45
toArrayMethod · 0.45
dequeueMethod · 0.45
isEmptyMethod · 0.45

Tested by

no test coverage detected