diff --git a/test/acceptance/label-wrap.js b/test/acceptance/label-wrap.js index e520953e..3e3d137c 100644 --- a/test/acceptance/label-wrap.js +++ b/test/acceptance/label-wrap.js @@ -62,6 +62,7 @@ describe('CartoCSS wrap', function () { it.only("Label should be text-wrapped", function (done) { this.testClient = new TestClient(mapConfig); this.testClient.getTile(1, 0, 1, { layers: [0] }, (err, res, body) => { + if (err) console.log(err) var textWrapPath = './test/fixtures/text_wrap.png'; assert.imageIsSimilarToFile(body, textWrapPath, IMAGE_TOLERANCE, done); });