deno.land / x / esm@v135_2 / test / issue-620 / issue-620.test.ts

issue-620.test.ts
نووسراو ببینە
1
2
3
4
5
6
7
8
9
import { 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));});
esm

Version Info

Tagged at
a year ago