MCPcopy
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

12import {buildArgv} from '../run';
13
14const argv = (input: Partial<Config.Argv>): Config.Argv => input as Config.Argv;
15
16describe('check', () => {
17 it('returns true if the arguments are valid', () => {

Callers 1

args.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected