Searched defs:spawnSync (Results 1 – 6 of 6) sorted by relevance
6 const spawnSync = require('../common/cross-spawn-sync'); constant
8 const spawnSync = require('../common/cross-spawn-sync'); constant
6 module.exports = function spawnSync(cmd, args, options) { function
16 jest.mock('child_process', () => ({spawnSync: jest.fn()})); property
52 spawnSync: jest.fn((command, args, options) => { property