Skip to content

ubiquity/leaderboard.ubq.fi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1397cc4 · Sep 8, 2024

History

2 Commits
Sep 8, 2024
May 23, 2024
May 23, 2024
May 23, 2024
May 23, 2024
May 23, 2024
May 23, 2024
May 23, 2024
May 23, 2024
May 23, 2024
May 23, 2024
May 23, 2024
May 23, 2024
May 23, 2024
May 23, 2024
May 23, 2024
May 23, 2024
May 23, 2024
May 23, 2024

Repository files navigation

@ubiquity/ts-template

This template repository includes support for the following:

  • TypeScript
  • Environment Variables
  • Conventional Commits
  • Automatic deployment to Cloudflare Pages

Testing

Cypress

To test with Cypress Studio UI, run

yarn cy:open

Otherwise to simply run the tests through the console, run

yarn cy:run

Jest

To start Jest tests, run

yarn test