diff --git a/package.json b/package.json index 220f766..317328d 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "A pure JavaScript/ES5.1 port of Google/Niantic's S2 Geometry library (used by Ingress, Pokemon GO)", "main": "src/s2geometry.js", "scripts": { - "test": "node tests/cellid.js" + "test": "node tests/latlng2cell.js" }, "repository": { "type": "git", diff --git a/tests/cellid.js b/tests/latlng2cell.js similarity index 100% rename from tests/cellid.js rename to tests/latlng2cell.js