async-mock

0.0.4 • Public • Published

Async Mock

A convenient way to mock anticipated async calls.

var asyncMock = require('async-mock');
asyncMock(5*1000,function(){
	        console.log('I just executed!');
})

Readme

Keywords

none

Package Sidebar

Install

npm i async-mock

Weekly Downloads

3

Version

0.0.4

License

ISC

Last publish

Collaborators

  • codeocelot