| 1 | // Copyright 2018-2026 the Deno authors. MIT license. |
| 2 | import { assertEquals } from "@std/assert"; |
| 3 | import { binarySearch } from "./unstable_binary_search.ts"; |
| 4 | import { assertSpyCalls, spy } from "@std/testing/mock"; |
nothing calls this directly
no test coverage detected