Keep spaces

This commit is contained in:
Daniel García Aubert 2017-03-06 11:38:59 +01:00
parent cc2104eb49
commit 5c4bed9593

View File

@ -21,7 +21,7 @@ describe('RenderingJS', function() {
].join('\n');
beforeEach(function() {
shader = (new carto.RendererJS({ debug: false })).render(style);
shader = (new carto.RendererJS({ debug: true })).render(style);
});
it ("shold render layers", function() {