UNPKG

a_mock

Version:

Sub package of a. Mocking framework

8 lines (7 loc) 197 B
function verify(mockContext) { var count = mockContext.expectCount; if (count > 0) throw new Error('mock has ' + count + ' pending functions'); return true; } module.exports = verify;