Files
Catalyst/package.json
josh 505315c8bd
Some checks failed
Build / test (push) Successful in 11m12s
Build / build (push) Failing after 2m33s
adds tests
2026-03-27 23:51:03 -04:00

13 lines
196 B
JSON

{
"type": "module",
"scripts": {
"test": "vitest run",
"test:watch": "vitest"
},
"devDependencies": {
"vitest": "^2.0.0",
"sql.js": "^1.10.2",
"jsdom": "^25.0.0"
}
}