Exemple #1
0
 it(`should return ${item.expected} when value of array is ${JSON.stringify(item.value)}`, function() {
   expect(_.isNonEmptyArray(item.value)).to.equal(item.expected);
 });
Exemple #2
0
 it('when no arg, returns false', function() {
   expect(_.isNonEmptyArray()).to.equal(false);
 });