Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/parallel-js/parallel.js
/ eval.spec.js
File
eval.spec.js
test/specs/eval.spec.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
describe(
'eval.js'
, () => {
2
const
isNode = typeof module !==
'undefined'
&& module.exports;
3
const
Worker = isNode
4
? require(`${__dirname}/../../lib/Worker.js`)
Callers
nothing calls this directly
Calls
5
describe
Function · 0.85
it
Function · 0.85
runs
Function · 0.85
waitsFor
Function · 0.85
expect
Function · 0.85
Tested by
no test coverage detected