Skip to content

Instantly share code, notes, and snippets.

@abepetrillo
Created November 20, 2012 17:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abepetrillo/4119471 to your computer and use it in GitHub Desktop.
Save abepetrillo/4119471 to your computer and use it in GitHub Desktop.
Jasmine matcher
beforeEach(function(){
this.addMatchers({
toBeInstanceOf: function (expected) {return this.actual instanceof expected;}
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment