jest-extended
jest-extended copied to clipboard
toInclude*Members should work with any Iterable
Feature Request
Description:
The toInclude*Members matchers currently only work on arrays. They should work with any Iterable, to allow easy checking of things like Sets and Maps.
Possible solution:
See https://github.com/jest-community/jest-extended/pull/298