The goog.labs.testing.LessThanEqualToMatcher Class

goog.labs.testing.LessThanEqualToMatcher(value)

The LessThanEqualTo matcher.

value {number}
The value to compare.

.describe()

.matches()

Determines if the input value is less than or equal to the expected value.