2.0.2 • Published 8 years ago

custom-wait v2.0.2

Weekly downloads
18
License
SARADHI
Repository
github
Last release
8 years ago

This package is used to create a wait function in mocha framework

npm install custom-wait

then

use as follows

var custom-wait = require('custom-wait');

use it in your functions as follows.

custom-wait.customWait(3000);

Updated the file to version 2.0.0 where system time will be considered and will wait for exact amount of milliseconds.