Skip to content

fullstacktf/testing-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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