Skip to content

Commit

Permalink
tests: fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmckeb committed May 29, 2020
1 parent 23de12c commit aa69a30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/e2e-installs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,11 @@ grep '"version": "1.0.17"' node_modules/react-scripts/package.json
checkDependencies

# ******************************************************************************
# Test --typescript flag
# Test typescript setup
# ******************************************************************************

cd "$temp_app_path"
npx create-react-app test-app-typescript --typescript
npx create-react-app test-app-typescript --template typescript
cd test-app-typescript

# Check corresponding template is installed.
Expand Down

0 comments on commit aa69a30

Please sign in to comment.