Skip to content
Prev Previous commit
Next Next commit
File should exist and not be deleted
  • Loading branch information
Timer committed Oct 29, 2018
commit 6ee2925c129c757ed50ee38d4dff6d0032b1bcf0
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