test: add tests for solver

This commit is contained in:
2025-06-27 23:42:26 +02:00
parent 19e97d523a
commit 246e001af9
6 changed files with 2723 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
"module": "dist/lib.js",
"types": "dist/lib.d.ts",
"scripts": {
"build": "tsc -p tsconfig.build.json"
"build": "tsc -p tsconfig.build.json",
"test": "jest"
}
}