mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-21 23:41:18 +01:00
Add test for username defaulting to steve
This commit is contained in:
parent
efd9c0ccee
commit
02092aec08
@ -140,6 +140,10 @@ describe("Crafatar", function() {
|
||||
});
|
||||
});
|
||||
});
|
||||
it("Username should default to Steve", function(done) {
|
||||
assert.strictEqual(skins.default_skin("TestUser"), "steve");
|
||||
done();
|
||||
});
|
||||
for (var a in alex_ids) {
|
||||
var alex_id = alex_ids[a];
|
||||
(function(alex_id) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user