Skip to content

Commit

Permalink
[test] ignore example function
Browse files Browse the repository at this point in the history
  • Loading branch information
3rd-Eden committed Mar 25, 2015
1 parent 390e409 commit 3036ed5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ describe('extendible', function () {
});

it('can override properties and methods', function () {
/* istanbul ignore next */
Foo.prototype.bar = function () { return true; };
Foo.prototype.prop = 10;

Expand Down

0 comments on commit 3036ed5

Please sign in to comment.