jupiter / simple-mock

Super simple stubs and spies with 1-step sandbox restore
MIT License
87 stars 12 forks source link

Allow any values for mockValue #26

Closed antishov closed 7 years ago

antishov commented 7 years ago

At this moment by JSDoc allowed only Function or Value in "mockValue" argument. Better if JSDoc-rule will be looks like "Function|*", because we can mock object properties.