- cd into component-tests and run npm install
- cd into my-react-app and run npm install
- cd into component-tests
- run npm run test-ct (may give wrong results the first time, then run again)
- to generate nyc output for code coverage report, run npx nyc report --reporter=text