UNPKG

nativescript

Version:

Command-line interface for building NativeScript projects

10 lines (9 loc) 259 B
// A sample Mocha test describe('Array', function () { describe('#indexOf()', function () { it('should return -1 when the value is not present', function () { assert.equal(-1, [1,2,3].indexOf(5)); assert.equal(-1, [1,2,3].indexOf(0)); }); }); });