MCPcopy
hub / github.com/parallel-js/parallel.js / regressions.spec.js

File regressions.spec.js

test/specs/regressions.spec.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1describe('Regression tests', () => {
2 const isNode = typeof module !== 'undefined' && module.exports;
3 const Worker = isNode
4 ? require(`${__dirname}/../../lib/Worker.js`)

Callers

nothing calls this directly

Calls 4

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

Tested by

no test coverage detected