mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-21 23:41:18 +01:00
Add render tests in new format
This commit is contained in:
parent
01e95f7f19
commit
0bd2371fca
@ -205,6 +205,15 @@ describe("Crafatar", function() {
|
||||
});
|
||||
});
|
||||
|
||||
describe("Networking: Render", function() {
|
||||
it("should not fail (uuid)", function(done) {
|
||||
helpers.get_render(id, 6, true, true, function(err, hash, img) {
|
||||
assert.strictEqual(err, null);
|
||||
done();
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
describe("Errors", function() {
|
||||
before(function() {
|
||||
cache.get_redis().flushall();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user