Skip to content

Commit

Permalink
Merge pull request #26 from antishov/master
Browse files Browse the repository at this point in the history
Allow any values for mockValue
  • Loading branch information
jupiter authored May 24, 2017
2 parents 10a2dc1 + c58b9e3 commit 8e41fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
*
* @param {Object} obj
* @param {String} key
* @param {Function|Value} mockValue
* @param {Function|*} mockValue
* @return {Function} mock
* @api public
*/
Expand Down

0 comments on commit 8e41fd5

Please sign in to comment.