[TEST] Add chai and sinon for testing.

Begin testing remote.js
    Add initialization of 'note variable' and a comment that it should be removed
This commit is contained in:
Steven Zeiler
2013-11-12 14:13:15 -08:00
parent 96ed994932
commit 1db2187e79
3 changed files with 116 additions and 1 deletions

View File

@@ -1393,6 +1393,8 @@ Remote.prototype.request_unl_add = function (addr, comment, callback) {
request.message.node = addr;
if (comment) {
// note is not specified anywhere, should remove?
var note = undefined;
request.message.comment = note;
}