From d01e5ad7310fbd9a538298a852330ec09d48eacc Mon Sep 17 00:00:00 2001 From: Nicola Corti Date: Wed, 15 Jan 2025 19:24:57 +0000 Subject: [PATCH] Fix yarn lint --- scripts/release-testing/test-e2e-local.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release-testing/test-e2e-local.js b/scripts/release-testing/test-e2e-local.js index 25f2a66e9b9..61efd69f24b 100644 --- a/scripts/release-testing/test-e2e-local.js +++ b/scripts/release-testing/test-e2e-local.js @@ -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');