MCPcopy Create free account
hub / github.com/nodejs/node / expectNoWorker

Function expectNoWorker

test/parallel/test-cli-node-options.js:94–96  ·  view source on GitHub ↗
(opt, want, command, wantsError)

Source from the content-addressed store, hash-verified

92 'B\n', 'console.log(await "B")');
93
94function expectNoWorker(opt, want, command, wantsError) {
95 expect(opt, want, command, wantsError, false);
96}
97
98function expect(
99 opt, want, command = 'console.log("B")', wantsError = false, testWorker = true

Callers 1

Calls 1

expectFunction · 0.70

Tested by

no test coverage detected