deno.land / x / esm@v135_2 / test / issue-620 / issue-620.test.ts
123456789import { assert } from "https://deno.land/std@0.180.0/testing/asserts.ts";
import geojsonRbush from "http://localhost:8080/geojson-rbush@3.2.0";
Deno.test("issue #620", async () => { const tree = geojsonRbush(); assert(Array.isArray(tree.toJSON().children));});
Version Info