Skip to content

Instantly share code, notes, and snippets.

@logicalparadox
Created August 6, 2012 16:50
Show Gist options
  • Select an option

  • Save logicalparadox/3276531 to your computer and use it in GitHub Desktop.

Select an option

Save logicalparadox/3276531 to your computer and use it in GitHub Desktop.
// add to top or helpers file for tests
chai.Assertion.addProperty('function', function () {
this.to.be.a('function');
});
// then...
function fn () {};
fn.should.be.a.function;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment