MCPcopy Index your code
hub / github.com/nodejs/node / tspawk

Function tspawk

deps/npm/test/fixtures/tspawk.js:7–16  ·  view source on GitHub ↗
(t)

Source from the content-addressed store, hash-verified

5module.exports = tspawk
6
7function tspawk (t) {
8 spawk.preventUnmatched()
9 t.teardown(function () {
10 spawk.unload()
11 })
12 t.afterEach(function () {
13 spawk.done()
14 })
15 return spawk
16}

Callers 7

restart.jsFile · 0.85
install.jsFile · 0.85
start.jsFile · 0.85
stop.jsFile · 0.85
test.jsFile · 0.85
config.jsFile · 0.85
edit.jsFile · 0.85

Calls 3

unloadMethod · 0.80
afterEachMethod · 0.80
doneMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…