1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-10 11:43:01 +03:00

Improve code coverage by adding tests and removing unnecessary code

This commit is contained in:
Ruben Bridgewater
2015-09-03 21:54:57 +02:00
parent b1e51c8c7b
commit 89e1f6f067
10 changed files with 166 additions and 95 deletions

View File

@@ -12,7 +12,7 @@ exports.name = "javascript";
function ReplyParser(options) {
this.name = exports.name;
this.options = options || { };
this.options = options;
this._buffer = null;
this._offset = 0;