aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-11-30 06:33:14 +0900
committernsfisis <nsfisis@gmail.com>2025-12-04 23:26:05 +0900
commita726594e48d3ee900e0c40072e8fda4a4651604c (patch)
tree90b9f392e7667ade5949b83c3ed697f8acbe2660 /package.json
parentde0520f2d635fedba0ff9602dd82a4dd29a9b635 (diff)
downloadkioku-a726594e48d3ee900e0c40072e8fda4a4651604c.tar.gz
kioku-a726594e48d3ee900e0c40072e8fda4a4651604c.tar.zst
kioku-a726594e48d3ee900e0c40072e8fda4a4651604c.zip
feat(server): setup Vitest testing framework
Add Vitest as the test runner for the server package with configuration for global test APIs. Update root package.json to run tests across all packages. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index a57879f..55487af 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,7 @@
"description": "An Anki clone",
"main": "index.js",
"scripts": {
- "test": "echo \"Error: no test specified\" && exit 1",
+ "test": "pnpm -r run test",
"typecheck": "tsc --build pkgs/*/tsconfig.json",
"lint": "biome check .",
"lint:fix": "biome check --write .",