test-plan
0.1.1 • Public • Published SYNOPSIS
Count assertions and call function at the end
USAGE
it('should be able to wait for two events', function(done) {
var plan = new Plan(2, done);
setTimeout(function() {
plan.ok(true);
}, 20);
setTimeout(function() {
plan.ok(true);
}, 10);
});
LICENSE
MIT
Keywords
noneInstall
npm i test-plan
Weekly Downloads