Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 274 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 274 Bytes

Steps to reproduce:

  • npm install
  • npm test -- jest-jsdom 12 <- runs
  • npm test -- jest-jsdom 13 <- hangs indefinitely
  • npm test -- jest 1 <- hangs indefinitely

Just for comparison, running it with mocha doesn't have this problem:

  • npm test -- mocha 100