MCPcopy
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

1describe('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

describeFunction · 0.85
itFunction · 0.85
expectFunction · 0.85
doneFunction · 0.85
myCalcFunction · 0.85
fnFunction · 0.85
factorialFunction · 0.85
runsFunction · 0.85
waitsForFunction · 0.85
sumFunction · 0.70

Tested by

no test coverage detected