Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/trekhleb/javascript-algorithms
/ Stack.test.js
File
Stack.test.js
src/data-structures/stack/__test__/Stack.test.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
Stack from
'../Stack'
;
2
3
describe(
'Stack'
, () => {
4
it(
'should create empty stack'
, () => {
Callers
nothing calls this directly
Calls
6
push
Method · 0.80
pop
Method · 0.80
toString
Method · 0.45
peek
Method · 0.45
isEmpty
Method · 0.45
toArray
Method · 0.45
Tested by
no test coverage detected