Commit cd8b6d3f by felix

Merge commit '89e665c4' into HEAD

parents b719c5d8 89e665c4
...@@ -10,7 +10,7 @@ describe('test', function () { ...@@ -10,7 +10,7 @@ describe('test', function () {
}); });
it("test1",(done)=>{ it("test1",(done)=>{
assert(5===5,"e"); assert(51===51,"e");
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