test: Add tests for all existing functionality, correcting issues (#9)
All checks were successful
/ test (push) Successful in 11s

Resolves #8.

Reviewed-on: #9
Co-authored-by: Glen Whitney <glen@studioinfinity.org>
Co-committed-by: Glen Whitney <glen@studioinfinity.org>
This commit is contained in:
Glen Whitney 2025-04-08 22:42:53 +00:00 committed by Glen Whitney
parent 64f99c0f2d
commit 1a6890f458
12 changed files with 298 additions and 24 deletions

View file

@ -1,7 +1,8 @@
{
"imports" : {
"#nanomath": "./nanomath.js",
"#core/*.js": "./core/*.js"
"#core/*.js": "./core/*.js",
"#number/*.js": "./number/*.js"
},
"type" : "module"
}