unexpected
Advanced tools
Comparing version 5.0.0-beta17 to 5.0.0-beta18
@@ -703,5 +703,5 @@ var utils = require('./utils'); | ||
expect.addAssertion('functionInvocation', 'to produce output satisfying', function (expect, subject) { | ||
expect.addAssertion('functionInvocation', 'to return result satisfying', function (expect, subject) { | ||
expect.apply(expect, [subject[0].apply(subject, subject.slice(1)), 'to satisfy assertion'].concat(Array.prototype.slice.call(arguments, 2))); | ||
}); | ||
}; |
{ | ||
"name": "unexpected", | ||
"version": "5.0.0-beta17", | ||
"version": "5.0.0-beta18", | ||
"author": "Sune Sloth Simonsen <sune@we-knowhow.dk>", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1227145