Nathan Waldman

Results 2 issues of Nathan Waldman

I am attempting to assert that any element of an array of strings contains a particular substring. The assertion `['first', 'second'].should.include.an.item.that.contains 'con'` fails with `expected 'second' to include 'con'`. Is...