earl
earl copied to clipboard
Feature Request: Custom messages
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);