now ready for use
This commit is contained in:
@@ -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(){
|
||||
|
||||
Reference in New Issue
Block a user