mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Delete unnecessary comments & add trace mock function
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user