From cdc5f8ff14879ebf8d72916d8e7b595417eb3310 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Wed, 14 Jun 2017 12:46:24 -0700 Subject: [tests] Enable set-style-* integration tests --- platform/node/test/suite_implementation.js | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'platform/node/test/suite_implementation.js') diff --git a/platform/node/test/suite_implementation.js b/platform/node/test/suite_implementation.js index cae5d12157..b717ecd2b2 100644 --- a/platform/node/test/suite_implementation.js +++ b/platform/node/test/suite_implementation.js @@ -80,6 +80,11 @@ module.exports = function (style, options, callback) { }); applyOperations(operations.slice(1), callback); + + } else if (operation[0] === 'setStyle') { + map.load(operation[1]); + applyOperations(operations.slice(1), callback); + } else { // Ensure that the next `map.render(options)` does not overwrite this change. if (operation[0] === 'setCenter') { -- cgit v1.2.1