summaryrefslogtreecommitdiff
path: root/platform/node/test/render.test.js
diff options
context:
space:
mode:
Diffstat (limited to 'platform/node/test/render.test.js')
-rw-r--r--platform/node/test/render.test.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/platform/node/test/render.test.js b/platform/node/test/render.test.js
index ae2a55277e..05a6b2ba68 100644
--- a/platform/node/test/render.test.js
+++ b/platform/node/test/render.test.js
@@ -41,6 +41,10 @@ suite.run('native', {tests: tests}, function (style, options, callback) {
options.zoom = style.zoom;
options.bearing = style.bearing;
options.pitch = style.pitch;
+ options.debug = {
+ tileBorders: options.debug,
+ collision: options.collisionDebug
+ };
map.load(style);
map.render(options, function (err, pixels) {