adds tests
Some checks failed
Build / test (push) Successful in 11m12s
Build / build (push) Failing after 2m33s

This commit is contained in:
2026-03-27 23:51:03 -04:00
parent 2f75b8980d
commit 505315c8bd
8 changed files with 2651 additions and 0 deletions

12
package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"type": "module",
"scripts": {
"test": "vitest run",
"test:watch": "vitest"
},
"devDependencies": {
"vitest": "^2.0.0",
"sql.js": "^1.10.2",
"jsdom": "^25.0.0"
}
}