Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 201 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 201 Bytes

jest-toMatchObject

Demos a bug with jest toMatchObject

To reproduce, run

  • yarn
  • yarn test

The toMatchObject() hangs until the test times out.

Logged jestjs/jest#14769