Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
4
import
{ parseEnv } from
'util'
5
6
function
reporter(r) {
7
return
[
'--test-reporter'
, r,
'--test-reporter-destination'
,
'stdout'
]
8
}
9
10
async
function
findTestFilesIn(paths) {
11
const
files = []
Callers
1
test.mjs
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected