UNPKG

can

Version:

MIT-licensed, client-side, JavaScript framework that makes building rich web applications easy.

10 lines (8 loc) 278 B
steal('can/util/domless', 'can/test', 'steal-qunit', function () { QUnit.module('can/util/domless'); test("can.isArray", function() { expect(2); ok(!can.isArray(arguments), 'the arguments object is not an array'); ok(can.isArray([1, 2, 3]), 'but arrays are'); }); });