We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cbdc43 commit 163cf23Copy full SHA for 163cf23
tasks/e2e-installs.sh
@@ -127,7 +127,7 @@ cd $temp_app_path
127
# we will install a non-existing package to simulate a failed installataion.
128
create_react_app --scripts-version=`date +%s` test-app-should-not-exist || true
129
# confirm that the project folder was deleted
130
-# test ! -d test-app-should-not-exist
+test ! -d test-app-should-not-exist
131
132
# ******************************************************************************
133
# Test project folder is not deleted when creating app over existing folder
0 commit comments