nanomath/src/number
Glen Whitney 036def4a0c test: Set up a mocha test harness (#5)
We use [mocha](https://mochajs.org/) as the test framework, as it is
  the tool used by mathjs and we would like to make tests as similar
  as possible. However, to tighten the linkage between source code and
  tests, we adopt a somewhat different file organization: unit tests
  for a given source file `blah/foo.js` are in `blah/__test__/foo.spec.js`.

  To run all unit tests, execute the script `pnpm test`.

  Resolves #3.

Reviewed-on: glen/nanomath#5
Co-authored-by: Glen Whitney <glen@studioinfinity.org>
Co-committed-by: Glen Whitney <glen@studioinfinity.org>
2025-04-07 16:18:46 +00:00
..
__test__ test: Set up a mocha test harness (#5) 2025-04-07 16:18:46 +00:00
all.js feat: add type definition and other function categories for number 2025-03-30 20:00:07 -07:00
arithmetic.js test: Set up a mocha test harness (#5) 2025-04-07 16:18:46 +00:00
helpers.js test: Set up a mocha test harness (#5) 2025-04-07 16:18:46 +00:00
Number.js test: Set up a mocha test harness (#5) 2025-04-07 16:18:46 +00:00
type.js refactor: Switch to 'map-like object keyed by string and type vector' format 2025-04-02 11:22:53 -07:00
utils.js refactor: Switch to 'map-like object keyed by string and type vector' format 2025-04-02 11:22:53 -07:00