Skip to content

Commit

Permalink
File should exist and not be deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
Timer committed Oct 29, 2018
1 parent 272da12 commit 6ee2925
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 @@ -183,8 +183,8 @@ CI=true yarn test
# Eject...
echo yes | npm run eject

# Ensure env file was removed
! exists src/react-app-env.d.ts
# Ensure env file still exists
exists src/react-app-env.d.ts

# Check that the TypeScript template passes ejected smoke tests, build, and normal tests
yarn start --smoke-test
Expand Down

0 comments on commit 6ee2925

Please sign in to comment.