Skip to content

Commit

Permalink
chore(e2e local script): fix e2e local script post monorepo refactori…
Browse files Browse the repository at this point in the history
…ng (#36558)

Summary:
A quick fix for the local e2e script, a path needed to be updated.

## Changelog

<!-- Help reviewers and the release process by writing your own changelog entry.

Pick one each for the category and type tags:

[ANDROID|GENERAL|IOS|INTERNAL] [BREAKING|ADDED|CHANGED|DEPRECATED|REMOVED|FIXED|SECURITY] - Message

For more details, see:
https://reactnative.dev/contributing/changelogs-in-pull-requests
-->

[INTERNAL] [FIXED] -  fix e2e local script post monorepo refactoring

Pull Request resolved: #36558

Test Plan: Run it locally.

Reviewed By: cortinico, cipolleschi

Differential Revision: D44257019

Pulled By: hoxyq

fbshipit-source-id: 29c4d4d103b5a041ef241cd371f31a1fc41d0396
  • Loading branch information
kelset authored and facebook-github-bot committed Mar 22, 2023
1 parent e188585 commit b312562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test-e2e-local.js
Original file line number Diff line number Diff line change
Expand Up @@ -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', {
Expand Down

0 comments on commit b312562

Please sign in to comment.