mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-22 07:51:17 +01:00
more clean code
This commit is contained in:
parent
a162387f83
commit
ca67afd9ec
@ -7,7 +7,7 @@ var logging = require("../modules/logging");
|
|||||||
var config = require("../modules/config");
|
var config = require("../modules/config");
|
||||||
var skins = require("../modules/skins");
|
var skins = require("../modules/skins");
|
||||||
var cache = require("../modules/cache");
|
var cache = require("../modules/cache");
|
||||||
var renders = require("../modules/renders")
|
var renders = require("../modules/renders");
|
||||||
|
|
||||||
// we don't want tests to fail because of slow internet
|
// we don't want tests to fail because of slow internet
|
||||||
config.http_timeout *= 3;
|
config.http_timeout *= 3;
|
||||||
@ -190,7 +190,7 @@ describe("Crafatar", function() {
|
|||||||
done();
|
done();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
})
|
});
|
||||||
});
|
});
|
||||||
describe("Errors", function() {
|
describe("Errors", function() {
|
||||||
before(function() {
|
before(function() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user