%PDF- %PDF-
| Direktori : /var/www/projetos/suporte.iigd.com.br/plugins/glpiinventory/lib/lazy.js-0.5.1/spec/ |
| Current File : /var/www/projetos/suporte.iigd.com.br/plugins/glpiinventory/lib/lazy.js-0.5.1/spec/amd_spec_test.js |
// This is just a smoke test to ensure that Lazy is properly exposed as a UMD
// module. It requires Lazy and uses it to perform a trivial operation.
define(['lazy.js'], function (Lazy) {
var array = Lazy([1, 2]).map(function(x) { return x + 1; }).value();
require('assert').deepEqual(array, [2, 3]);
});