UNPKG

a_mock

Version:

Sub package of a. Mocking framework

6 lines (5 loc) 120 B
function negotiate(times,mockContext) { if (times) mockContext.expectCount--; } module.exports = negotiate;