Update and add tests
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
var testTile = function(prefix, z, x, y, status) {
|
||||
var path = '/' + prefix + '/' + z + '/' + x + '/' + y + '.pbf';
|
||||
var path = '/vector/' + prefix + '/' + z + '/' + x + '/' + y + '.pbf';
|
||||
it(path + ' returns ' + status, function(done) {
|
||||
var test = supertest(app).get(path);
|
||||
if (status) test.expect(status);
|
||||
|
||||
Reference in New Issue
Block a user