jest-extended icon indicating copy to clipboard operation
jest-extended copied to clipboard

toInclude*Members should work with any Iterable

Open bogdanb opened this issue 4 years ago • 0 comments

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

bogdanb avatar Nov 10 '20 09:11 bogdanb