summaryrefslogtreecommitdiff
path: root/platform/node/test/js/map.test.js
diff options
context:
space:
mode:
authorMike Morris <mikemorris@users.noreply.github.com>2016-08-12 10:11:57 -0400
committerMike Morris <mikemorris@users.noreply.github.com>2016-08-26 10:55:42 -0400
commit1a65e9eb8cfb4ce39fb732e9321fc4f461852398 (patch)
tree87d916649de0367ff4b49dcb67452b1feef7b736 /platform/node/test/js/map.test.js
parent643a628723ace63f0ccf71b1de1db35ae8d80e7a (diff)
downloadqtlocation-mapboxgl-1a65e9eb8cfb4ce39fb732e9321fc4f461852398.tar.gz
[node] add tests for partial tile states caused by slow resource requests
add test for slow vector tiles
Diffstat (limited to 'platform/node/test/js/map.test.js')
-rw-r--r--platform/node/test/js/map.test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/node/test/js/map.test.js b/platform/node/test/js/map.test.js
index 6ffbf3eb66..5021569109 100644
--- a/platform/node/test/js/map.test.js
+++ b/platform/node/test/js/map.test.js
@@ -4,7 +4,7 @@ var test = require('tape');
var mbgl = require('../../../../lib/mapbox-gl-native');
var fs = require('fs');
var path = require('path');
-var style = require('../fixtures/style.json');
+var style = require('../fixtures/styles/style.json');
test('Map', function(t) {
t.test('must be constructed with new', function(t) {