Skip to content

MurakamiKennzo/jest-watch-coverage-bug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

follow the step

  • Run npx jest --watch (should show unknown coverage)
  • add test in '__ tests __/index.test.js' like this:
// ...
it('works with `import`', () => {
  expect(double(6)).toBe(12);
});

(should show unknown coverage)

  • press key P, enter 'index'(should show correct)

  • Run npx jest(should show correct)

issue: watch and coverage bug?

About

show jest watch coverage bug

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published