@@ -3,6 +3,7 @@ getJasmineRequireObj().toBeLessThanOrEqual = function() {
|
||||
* {@link expect} the actual value to be less than or equal to the expected value.
|
||||
* @function
|
||||
* @name matchers#toBeLessThanOrEqual
|
||||
* @since 2.0.0
|
||||
* @param {Number} expected - The expected value to compare against.
|
||||
* @example
|
||||
* expect(result).toBeLessThanOrEqual(123);
|
||||
|
||||
Reference in New Issue
Block a user