Skip to content

Commit b312562

Browse files
kelsetfacebook-github-bot
authored andcommitted
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 <!-- 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
1 parent e188585 commit b312562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test-e2e-local.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const {
3434
const {
3535
downloadHermesSourceTarball,
3636
expandHermesSourceTarball,
37-
} = require('./hermes/hermes-utils');
37+
} = require('react-native/scripts/hermes/hermes-utils.js');
3838

3939
const argv = yargs
4040
.option('t', {

0 commit comments

Comments
 (0)