Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/parallel-js/parallel.js
/ api.spec.js
File
api.spec.js
test/specs/api.spec.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
describe(
'API'
, () => {
2
const
isNode = typeof module !==
'undefined'
&& module.exports;
3
const
Parallel = isNode ? require(
'../../lib/parallel.js'
) : self.Parallel;
4
Callers
nothing calls this directly
Calls
10
describe
Function · 0.85
it
Function · 0.85
expect
Function · 0.85
done
Function · 0.85
myCalc
Function · 0.85
fn
Function · 0.85
factorial
Function · 0.85
runs
Function · 0.85
waitsFor
Function · 0.85
sum
Function · 0.70
Tested by
no test coverage detected