test default images for renders

This commit is contained in:
Jake 2015-02-11 20:00:18 -06:00
parent 20d8b281bd
commit 7e890adf62

View File

@ -259,7 +259,7 @@ describe("Server", function() {
} }
//testing all paths for default images //testing all paths for default images
locations = ["avatars", "skins"] locations = ["avatars", "skins", "renders/head"]
for (var l in locations) { for (var l in locations) {
var location = locations[l]; var location = locations[l];
(function(location) { (function(location) {