1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-07 13:22:56 +03:00

Add changelog entries

This commit is contained in:
Ruben Bridgewater
2015-11-23 18:38:06 +01:00
parent b91692e928
commit 32a5e1d148
2 changed files with 8 additions and 2 deletions

View File

@@ -30,7 +30,6 @@ describe("The node_redis client", function () {
var client;
afterEach(function () {
// Explicitly ignore still running commands
client.end(true);
});