now ready for use

This commit is contained in:
2016-05-21 20:33:13 +02:00
parent ef20c00999
commit 00d9ad0af1
6 changed files with 83 additions and 15 deletions

View File

@@ -4,7 +4,7 @@ import early = require("../dist/index.js");
describe("early",function(){
it(".start()",function(done){
this.timeout(10000);
early.start("early test");
early.start("early");
setTimeout(done,5000);
});
it(".stop()",function(){