From 92faeb13acccabade2bf40bd532ebe8ea7db2a58 Mon Sep 17 00:00:00 2001 From: Vladimir Agafonkin Date: Thu, 22 Nov 2018 15:24:04 +0200 Subject: [PATCH] fix build --- test/test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.js b/test/test.js index b7986a5..4094e00 100644 --- a/test/test.js +++ b/test/test.js @@ -63,7 +63,7 @@ test('returns cluster expansion zoom', (t) => { }); test('returns cluster expansion zoom for maxZoom', (t) => { - const index = supercluster({ + const index = new Supercluster({ radius: 60, extent: 256, maxZoom: 4,