| 1 | // Copyright 2018-2026 the Deno authors. MIT license. |
| 2 | import { assertAlmostEquals, AssertionError, assertThrows } from "./mod.ts"; |
| 3 | |
| 4 | Deno.test("assertAlmostEquals() matches values within default precision range", () => { |
nothing calls this directly
no test coverage detected