Skip to content

netcoding87/vitest-coverage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vitest

  • Run npm run test
  • All tests are executed and coverage for all files is displayed
  • Change sth in App.jsx
  • Only App.test.jsx is executed, but coverage for all files is displayed ⚡️

Jest

  • Switch to branch 'jest-coverage'
  • Run npm install
  • Run npm run test
  • All tests are executed and coverage for all files is displayed
  • Change sth in App.jsx
  • Only App.test.jsx is executed, only coverage affected by files changed is displayed 🏁

About

Reproduction repo to discuss coverage output in vitest

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published