fullstacktf / testing-skeleton

Simple boilerplate for testing exercices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple boilerplate for testing exercices


Languages

Language:JavaScript 100.0%