Exemplo n.º 1
0
 it('when no arg, returns false', function() {
   expect(_.hasSomeTruthyProps()).to.equal(false);
 });
Exemplo n.º 2
0
 it(`should return ${item.expected} when value is ${item.value}`, function() {
   expect(_.hasSomeTruthyProps(item.value)).to.equal(item.expected);
 });