-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ENG-12057][eas-cli] don't prompt user to set android.package
and ios.bundleIdentifier
value when runing in non-interactive mode
#2336
Conversation
…dentifier` value when runing in non-interactive mode
/changelog-entry bug-fix Don't prompt to set |
Size Change: -627 B (0%) Total Size: 51.4 MB
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2336 +/- ##
==========================================
+ Coverage 53.66% 53.67% +0.01%
==========================================
Files 525 525
Lines 19264 19268 +4
Branches 4066 4068 +2
==========================================
+ Hits 10336 10340 +4
Misses 8203 8203
Partials 725 725 ☔ View full report in Codecov by Sentry. |
}) | ||
).rejects.toThrowError(/we can't update this file programmatically/); | ||
}); | ||
it('throws an error if using app.config.js', async () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Duplicated test name
✅ Thank you for adding the changelog entry! |
Why
https://linear.app/expo/issue/ENG-12057/fail-with-a-nice-and-meaningful-error-message-if-iosbundleidentifier
How
Throw meaningful error instead
Test Plan
Tests