Skip to content

Commit

Permalink
remove redunant tests for react native cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Edney committed Apr 9, 2024
1 parent 202948b commit c70e1e8
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ Scenario: successfully modify project
And I wait for the current stdout line to match the regex "Hit enter to continue"
When I input a return interactively
Then the last interactive command exited successfully
And bugsnag cli library is in the package.json file
And the iOS build has been modified to upload source maps
And the Bugsnag Android Gradle plugin is not installed
And the Android build has been modified to upload source maps
Expand Down Expand Up @@ -155,7 +154,6 @@ Scenario: successfully modify project with custom endpoints
And I wait for the current stdout line to match the regex "Hit enter to continue"
When I input a return interactively
Then the last interactive command exited successfully
And bugsnag cli library is in the package.json file
And the iOS build has been modified to upload source maps to "https://upload.example.com"
And the Bugsnag Android Gradle plugin is not installed
And the Android build has been modified to upload source maps to "https://upload.example.com"
Expand Down Expand Up @@ -208,7 +206,6 @@ Scenario: opt not to modify the Android project
And I wait for the current stdout line to match the regex "Hit enter to continue"
When I input a return interactively
Then the last interactive command exited successfully
And bugsnag cli library is in the package.json file
And the iOS build has been modified to upload source maps
And the Bugsnag Android Gradle plugin is not installed
And the Android build has not been modified to upload source maps
Expand Down Expand Up @@ -250,7 +247,6 @@ Scenario: opt not to modify the iOS project
And I wait for the current stdout line to match the regex "Do you want to update your Xcode build phase to output JavaScript source maps\?"
When I input "n" interactively
Then the last interactive command exited successfully
And bugsnag cli library is in the package.json file
And the iOS build has not been modified to upload source maps
And the Bugsnag Android Gradle plugin is not installed
And the Android build has been modified to upload source maps
Expand Down

0 comments on commit c70e1e8

Please sign in to comment.