Skip to content

Commit 163cf23

Browse files
Timerrandycoulman
authored andcommitted
Re-enable e2e-install directory test
1 parent 2cbdc43 commit 163cf23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/e2e-installs.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ cd $temp_app_path
127127
# we will install a non-existing package to simulate a failed installataion.
128128
create_react_app --scripts-version=`date +%s` test-app-should-not-exist || true
129129
# confirm that the project folder was deleted
130-
# test ! -d test-app-should-not-exist
130+
test ! -d test-app-should-not-exist
131131

132132
# ******************************************************************************
133133
# Test project folder is not deleted when creating app over existing folder

0 commit comments

Comments
 (0)