UNPKG

@juici/math

Version:

A mathematics utility library

6 lines (4 loc) 159 B
import { ParseDecimalError } from "../errors"; test("error name", () => { expect(new ParseDecimalError()).toMatchInlineSnapshot(`[ParseDecimalError]`); });