Searched refs:jestWithArgs (Results 1 – 1 of 1) sorted by relevance
25 const jestWithArgs = [jestProgramPath].concat(jestProgramArgs); variable26 const result = childProcess.spawnSync('node', jestWithArgs, { stdio: 'inherit' });