1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-04 15:02:09 +03:00

prep for getting tests to work on appveyor

This commit is contained in:
Benjamin Coe
2015-09-11 23:23:34 -07:00
parent 06121a65c4
commit b4da975785
4 changed files with 30 additions and 8 deletions

View File

@@ -28,6 +28,9 @@ if (!process.env.REDIS_TESTS_STARTED) {
}
module.exports = {
redisProcess: function () {
return rp;
},
stopRedis: function (done) {
rp.stop(done);
},