MCPcopy
hub / github.com/desktop/desktop / reporter

Function reporter

script/test.mjs:6–8  ·  view source on GitHub ↗
(r)

Source from the content-addressed store, hash-verified

4import { parseEnv } from 'util'
5
6function reporter(r) {
7 return ['--test-reporter', r, '--test-reporter-destination', 'stdout']
8}
9
10async function findTestFilesIn(paths) {
11 const files = []

Callers 1

test.mjsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected