Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/careercup/ctci
/ nodeSpec.js
File
nodeSpec.js
javascript/test/data-structures/linked-list/nodeSpec.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
require(
'../../test_helper'
)
2
describe(
'Node'
,
function
() {
3
var
data =
"sweet data"
,
4
node;
Callers
nothing calls this directly
Calls
1
eq
Method · 0.80
Tested by
no test coverage detected