MCPcopy Create free account
hub / github.com/d3/d3-array / quickselect-test.js

File quickselect-test.js

test/quickselect-test.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import assert from "assert";
2import {quickselect} from "../src/index.js";
3
4it("quickselect(array, k) does nothing if k is not a number", () => {

Callers

nothing calls this directly

Calls 1

quickselectFunction · 0.90

Tested by

no test coverage detected