Closed dpogue closed 3 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 78.36%. Comparing base (
1aea8e7
) to head (cc17e9f
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Platforms affected
iOS
Motivation and Context
Closes GH-526. Closes GH-1366. Closes GH-1377. Closes GH-1469.
Description
Changed
getDefaultSimulatorTarget()
to reject with an error message when no simulators are found.This should at least return a useful and actionable error message to the end user, rather than "Cannot read property name of undefined".
Testing
Existing unit tests pass. Added unit test to confirm the function now rejects when no simulators are present.
Checklist