MCPcopy 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

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

describeFunction · 0.85
itFunction · 0.85
runsFunction · 0.85
waitsForFunction · 0.85
expectFunction · 0.85

Tested by

no test coverage detected