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

File worker.spec.js

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

Source from the content-addressed store, hash-verified

1/* eslint jest/no-jasmine-globals: off */
2
3describe('WebWorker-API', () => {
4 const isNode = typeof module !== 'undefined' && module.exports;

Callers

nothing calls this directly

Calls 5

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

Tested by

no test coverage detected