From b312562f9af0c491ae4609e45470dee4c3b73357 Mon Sep 17 00:00:00 2001 From: Lorenzo Sciandra Date: Wed, 22 Mar 2023 06:34:20 -0700 Subject: [PATCH] chore(e2e local script): fix e2e local script post monorepo refactoring (#36558) Summary: A quick fix for the local e2e script, a path needed to be updated. ## Changelog [INTERNAL] [FIXED] - fix e2e local script post monorepo refactoring Pull Request resolved: https://github.com/facebook/react-native/pull/36558 Test Plan: Run it locally. Reviewed By: cortinico, cipolleschi Differential Revision: D44257019 Pulled By: hoxyq fbshipit-source-id: 29c4d4d103b5a041ef241cd371f31a1fc41d0396 --- scripts/test-e2e-local.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test-e2e-local.js b/scripts/test-e2e-local.js index af4750b65e3432..e70e9eb8d36d00 100644 --- a/scripts/test-e2e-local.js +++ b/scripts/test-e2e-local.js @@ -34,7 +34,7 @@ const { const { downloadHermesSourceTarball, expandHermesSourceTarball, -} = require('./hermes/hermes-utils'); +} = require('react-native/scripts/hermes/hermes-utils.js'); const argv = yargs .option('t', {