Per this, they are:
- .toBeGreaterThan(13);
- .toBeLessThan(42);
- .not.toBeGreaterThan(69);
- .not.toBeLessThan(86);
Item three here is like less than or equal to and moreover item four above is like greater than or equal to. That is how you would hackily mimic that sort of functionality.
No comments:
Post a Comment