Skip to content

Instantly share code, notes, and snippets.

@abepetrillo
Created November 20, 2012 17:33
Show Gist options
  • Select an option

  • Save abepetrillo/4119471 to your computer and use it in GitHub Desktop.

Select an option

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