I'm using should.js for assertions, however, I am getting JSHint warnings for:
argObject.exists(dummyString1).should.be.true;
argObject.exists(dummyString2).should.be.true;
is throwing
Expected an assignment or function call and instead saw an expression.
for each line after the first.