Home
last modified time | relevance | path

Searched refs:emulatorsOutput (Results 1 – 1 of 1) sorted by relevance

/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/
H A Dtesting-utils.js29 const emulatorsOutput = exec(`${emulatorCommand} -list-avds`).stdout; constant
30 return emulatorsOutput.split(os.EOL).filter(name => name !== '');