Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
mourner committed Nov 22, 2018
1 parent cd687ab commit 92faeb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 92faeb1

Please sign in to comment.