-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[core][Android] Fix instrumented tests (expo#23336)
# Why Fixes instrumented tests can't be run from the `bare-expo` project. # How While dealing with another issue, I came across a problem - I couldn't run instrumented tests from the `bare-expo` project. After some investigation, I discovered that Hermes was misconfigured. I realized that Hermes should be added by prefabs, so I removed the logic responsible for downloading it. Although I'm not entirely certain if it's entirely safe, I performed a clean build and everything seemed to work correctly. cc @Kudo # Test Plan - bare-expo ✅ - instrumented tests ✅
- Loading branch information
Showing
3 changed files
with
10 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters