earl icon indicating copy to clipboard operation
earl copied to clipboard

Feature Request: Custom messages

Open dhardtke opened this issue 2 years ago • 0 comments

In chai we can do:

expect(totalNumberOfUsers, 'Number of users must be above 2').to.be.above(2);

I would like to be able to do the same with earl, something like:

expect(totalNumberOfUsers, 'Number of users must be above 2').toBeGreaterThan(2);

dhardtke avatar Jul 12 '23 09:07 dhardtke