NLeSC / create-react-app

Create React apps with no build configuration.
Other
1 stars 1 forks source link

Test ejecting #41

Open sverhoeven opened 7 years ago

sverhoeven commented 7 years ago

Functionality of create-react-app is to eject (npm run eject). After ejecting all the config files will be available from inside your application.

Need to test that after ejecting the Typescript modifications still work.

sverhoeven commented 7 years ago

As of 9cacde9 ejecting is tested with npm run e2e. on Travis this currently fails see https://travis-ci.org/NLeSC/create-react-app/jobs/216670688

jspaaks commented 7 years ago

eject is tested (only) with tasks/e2e-simple.sh. After deleting node 4 from .travis.yml, travis build is green