mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Fix yarn lint
This commit is contained in:
@@ -174,7 +174,7 @@ async function testRNTesterAndroid(
|
||||
launchPackagerInSeparateWindow(pwd().toString());
|
||||
|
||||
// Wait for the Android Emulator to be properly loaded and bootstrapped
|
||||
exec("adb wait-for-device");
|
||||
exec('adb wait-for-device');
|
||||
|
||||
if (ciArtifacts != null) {
|
||||
const downloadPath = path.join(ciArtifacts.baseTmpPath(), 'rntester.zip');
|
||||
|
||||
Reference in New Issue
Block a user