Issues
- 0
- 2
Array expectations like toBeArrayIncludingOnly do not support asymmetric matching
#51 opened by robross0606 - 4
Does not declare any runtime dependencies
#56 opened by robross0606 - 1
Support jest v29
#59 opened by viceice - 1
Document asymmetric matching capabilities
#58 opened by emahuni - 1
Support jest esm mode
#55 opened by viceice - 3
Unable to import expect-more jest
#57 opened by fluffynuts - 3
- 3
- 1
expect(date).toBeDateOnOrBefore(otherDate);
#10 opened by JamieMason - 1
expect(date).toBeDateOnDayOfWeek(index);
#11 opened by JamieMason - 1
expect(date).toBeDateOnDayOfMonth(number);
#12 opened by JamieMason - 1
expect(date).toBeDateInMonth(month);
#13 opened by JamieMason - 1
expect(date).toBeDateInYear(year);
#14 opened by JamieMason - 1
- 1
expect(array).toBeArrayContainingAny(values);
#16 opened by JamieMason - 1
expect(date).toBeDateOnOrAfter(otherDate);
#9 opened by JamieMason - 1
- 3
expect(array).toBeArrayOfFunctions()
#44 opened by robross0606 - 1
feat(expect): use type guards as return types
#43 opened by JamieMason - 14
- 2
toBeWithinRange
#19 opened by tinovyatkin - 2
Implement expect(foo).toBeAsyncFunction()
#21 opened by fluffynuts - 3
- 0
expect(collection).toContainEveryKey(array);
#18 opened by JamieMason - 0
expect(collection).toContainAnyKey(array);
#17 opened by JamieMason - 1
expect().toHandle* regression in 1.0.0
#6 opened by JamieMason - 0
Redesign toSurvive Matcher
#5 opened by JamieMason - 0
Expose types correctly
#4 opened by JamieMason - 0
Rename add-matchers to expect-more-custom
#1 opened by JamieMason - 0
Hoist linters
#2 opened by JamieMason - 0
feat: isError
#3 opened by JamieMason