Skip to content

Commit

Permalink
Re-enable e2e-install directory test
Browse files Browse the repository at this point in the history
  • Loading branch information
Timer committed Mar 2, 2017
1 parent af6a0ff commit 43139bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/e2e-installs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ cd $temp_app_path
# we will install a non-existing package to simulate a failed installataion.
create_react_app --scripts-version=`date +%s` test-app-should-not-exist || true
# confirm that the project folder was deleted
# test ! -d test-app-should-not-exist
test ! -d test-app-should-not-exist

# ******************************************************************************
# Test project folder is not deleted when creating app over existing folder
Expand Down

0 comments on commit 43139bc

Please sign in to comment.