Remove mocha filter
This commit is contained in:
parent
330f8f3cb5
commit
f9428682f9
@ -151,7 +151,7 @@ return function () {
|
||||
});
|
||||
});
|
||||
|
||||
it.only('should fail when the format requested is not mvt', function (done) {
|
||||
it('should fail when the format requested is not mvt', function (done) {
|
||||
const options = {
|
||||
format: 'png',
|
||||
response: {
|
||||
|
Loading…
Reference in New Issue
Block a user