%PDF- %PDF-
Direktori : /proc/self/root/home/infra/fusioninventory/lib/lazy.js-0.5.1/spec/ |
Current File : //proc/self/root/home/infra/fusioninventory/lib/lazy.js-0.5.1/spec/min_spec.js |
describe("min", function() { it("returns the minimum value from the collection", function() { expect(Lazy(people).map(Person.getAge).min()).toEqual(25); }); it("uses a value selector, if supplied", function() { expect(Lazy(people).min(Person.getAge)).toBe(happy); }); });