Commit 60cca843 by felix

1

1
parent 25a56e60
......@@ -9,6 +9,11 @@ describe('test', function () {
done();
});
it("test1",(done)=>{
assert(1===21,"e");
done();
});
after((done)=>{
done();
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment