Delete unnecessary comments & add trace mock function

This commit is contained in:
Hideki Nakamura
2017-12-18 21:37:09 +09:00
parent d35784ec61
commit c09a407f4c
2 changed files with 3 additions and 24 deletions

View File

@@ -28,7 +28,8 @@ describe("storage/localfilesystem/sshkeys", function() {
var mockRuntime = {
log:{
_:function() { return "placeholder message"},
info: function() { }
info: function() { },
trace: function() { }
}
};
beforeEach(function(done) {