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

File minIndex-test.js

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

Source from the content-addressed store, hash-verified

1import assert from "assert";
2import {minIndex} from "../src/index.js";
3
4it("minIndex(array) returns the index of the least numeric value for numbers", () => {

Callers

nothing calls this directly

Calls 1

minIndexFunction · 0.90

Tested by

no test coverage detected