Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
3
describe(
'WebWorker-API'
, () => {
4
const
isNode = typeof module !==
'undefined'
&& module.exports;
Callers
nothing calls this directly
Calls
5
describe
Function · 0.85
it
Function · 0.85
expect
Function · 0.85
runs
Function · 0.85
waitsFor
Function · 0.85
Tested by
no test coverage detected