Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jestjs/jest
/ argv
Function
argv
packages/jest-cli/src/__tests__/args.test.ts:14–14 ·
view source on GitHub ↗
(input: Partial<Config.Argv>)
Source
from the content-addressed store, hash-verified
12
import
{buildArgv} from
'../run'
;
13
14
const
argv = (input: Partial<Config.Argv>): Config.Argv => input as Config.Argv;
15
16
describe(
'check'
, () => {
17
it(
'returns true if the arguments are valid'
, () => {
Callers
1
args.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected