update deps

This commit is contained in:
jomo
2018-02-16 18:43:02 +01:00
parent 1a280b0fd7
commit 1816b18b12
5 changed files with 1494 additions and 19 deletions

View File

@@ -569,12 +569,6 @@ describe("Crafatar", function() {
});
}(loc));
}
after(function(done) {
server.close(function() {
done();
});
});
});
// we have to make sure that we test both a 32x64 and 64x64 skin
@@ -707,4 +701,11 @@ describe("Crafatar", function() {
});
});
});
after(function(done) {
server.close(function() {
cache.get_redis().quit();
done();
});
});
});