Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upSample create-reac-app does'nt work #313
Open
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


When I try to run create-react-app samples, it doesn't work
To Reproduce
It outputs
Expected behavior
This should run react dev server and display test results
Run
npx envinfo --system --binaries --npmPackages expect-puppeteer,jest-dev-server,jest-environment-puppeteer,jest-puppeteer,spawnd --markdown --clipboardPaste the results here:
Workaround
If I comment the server part in jest-puppeterr.config.js and start the react server manually, tests are running