MCPcopy Create free account
hub / github.com/npm/cli / tspawk

Function tspawk

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.50
install.jsFile · 0.50
start.jsFile · 0.50
stop.jsFile · 0.50
test.jsFile · 0.50
config.jsFile · 0.50
edit.jsFile · 0.50

Calls 2

teardownMethod · 0.80
unloadMethod · 0.80

Tested by

no test coverage detected