Code coverage for TypeScript code. See nyc TS support docs too.
Code is instrumented on the fly using .babelrc and Parcel to run it.
- start the server and Cypress with
npm run dev
- run the Cypress tests
- look at the generated reports in folder
coverage