Skip to content

kirkstrobeck/jest-issue-5039

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Broken

  • cd to test-runner and install deps
  • run yarn jest --testPathIgnorePatterns=['']
  • no tests will run

To fix

  • rename the top-level folder to anything other than "node_modules"
  • cd to test-runner and install deps
  • run yarn jest or yarn jest --testPathIgnorePatterns=['']
  • test will run