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

@@ -0,0 +1,6 @@
/** @type {import('jest').Config} */
module.exports = {
transform: {
"^.+\\.(t|j)sx?$": "@swc/jest",
},
};