Lines Matching refs:args
74 const args = ['--experimental-test-coverage', fixture];
75 const result = spawnSync(process.execPath, args);
87 const args = ['--experimental-test-coverage', '--test-reporter', 'tap', fixture];
89 const result = spawnSync(process.execPath, args, options);
100 const args = ['--experimental-test-coverage', '--test-reporter', 'tap', fixture];
101 const result = spawnSync(process.execPath, args);
114 const args = ['--experimental-test-coverage', '--test-reporter', 'spec', fixture];
116 const result = spawnSync(process.execPath, args, options);
127 const args = ['--experimental-test-coverage', '--test-reporter', 'spec', fixture];
128 const result = spawnSync(process.execPath, args);
140 const args = [
143 const result = spawnSync(process.execPath, args);
173 const args = [
176 const result = spawnSync(process.execPath, args, {