MCPcopy
hub / github.com/stryker-mutator/stryker-js / dryRun

Function dryRun

packages/core/testResources/plugins/custom-plugins.js:34–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32 },
33
34 async dryRun() {
35 return {
36 status: DryRunStatus.Complete,
37 tests: [],
38 }
39 },
40 async mutantRun() {
41 return {
42 status: MutantRunStatus.Error,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected