%PDF- %PDF-
Direktori : /proc/self/root/home/infra/BACKUP-FUSIONINVENTORY/lib/lazy.js-0.5.1/spec/ |
Current File : //proc/self/root/home/infra/BACKUP-FUSIONINVENTORY/lib/lazy.js-0.5.1/spec/max_spec.js |
describe("max", function() { it("returns the maximum value from the collection", function() { expect(Lazy(people).map(Person.getAge).max()).toEqual(63); }); it("uses a value selector, if supplied", function() { expect(Lazy(people).max(Person.getAge)).toBe(david); }); });