Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
1
import
Queue from
'../Queue'
2
3
describe(
'Testing the Queue DS'
, () => {
4
const
queue =
new
Queue()
Callers
nothing calls this directly
Calls
6
peekFirst
Method · 0.80
peekLast
Method · 0.80
enqueue
Method · 0.45
toArray
Method · 0.45
dequeue
Method · 0.45
isEmpty
Method · 0.45
Tested by
no test coverage detected