JamieMason/expect-more

expect(array).toBeArrayContainingAny(values);

JamieMason opened this issue · 1 comments

Assert array contains any value from the provided values.

Closed by d880ff3