This template repository includes support for the following:
- TypeScript
- Environment Variables
- Conventional Commits
- Automatic deployment to Cloudflare Pages
To test with Cypress Studio UI, run
yarn cy:open
Otherwise to simply run the tests through the console, run
yarn cy:run
To start Jest tests, run
yarn test