Fix yarn lint

This commit is contained in:
Nicola Corti
2025-01-15 19:24:57 +00:00
parent a97d6185fa
commit d01e5ad731
+1 -1
View File
@@ -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');