Is your feature request related to a problem?
Extend deterministic assertions.
Describe the solution you'd like
expect(text, 'Should mention return window')
.toContain(text, options?)
.toNotContain(text, options?)
.toContainAll([...texts], options?)
.toContainAny([...texts], options?)
.toMatchRegex(pattern, options?)
.toHaveMinLength(n)
.toHaveMaxLength(n)
.toHaveLengthBetween(min, max)
Describe alternatives you've considered
No response
Additional context
No response
Is your feature request related to a problem?
Extend deterministic assertions.
Describe the solution you'd like
expect(text, 'Should mention return window')
.toContain(text, options?)
.toNotContain(text, options?)
.toContainAll([...texts], options?)
.toContainAny([...texts], options?)
.toMatchRegex(pattern, options?)
.toHaveMinLength(n)
.toHaveMaxLength(n)
.toHaveLengthBetween(min, max)
Describe alternatives you've considered
No response
Additional context
No response