/testing-skeleton

Simple boilerplate for testing exercices

Primary LanguageJavaScript

JavaScript Boilerplate

This boilerplate include:

  • ✅ Vitest
  • 💅 Prettier & ESLint

npm scripts

  • lint: Lints the whole project
  • lint:fix: Lints and fixes the whole project
  • test: Runs all the tests
  • test:coverage: Runs and gathers coverage metrics