Skip to content

Commit aa69a30

Browse files
committed
tests: fix failing tests
1 parent 23de12c commit aa69a30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tasks/e2e-installs.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -147,11 +147,11 @@ grep '"version": "1.0.17"' node_modules/react-scripts/package.json
147147
checkDependencies
148148

149149
# ******************************************************************************
150-
# Test --typescript flag
150+
# Test typescript setup
151151
# ******************************************************************************
152152

153153
cd "$temp_app_path"
154-
npx create-react-app test-app-typescript --typescript
154+
npx create-react-app test-app-typescript --template typescript
155155
cd test-app-typescript
156156

157157
# Check corresponding template is installed.

0 commit comments

Comments
 (0)