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

Test starting redis without services

This commit is contained in:
Ruben Bridgewater
2016-04-01 15:40:11 +02:00
parent 20128fe779
commit 500c5acb3a
3 changed files with 8 additions and 13 deletions

View File

@@ -16,10 +16,12 @@ function startRedis (conf, done, port) {
}
before(function (done) {
this.timeout(25000);
startRedis('./conf/redis.conf', done);
});
after(function (done) {
this.timeout(25000);
if (rp) rp.stop(done);
});