diff options
| author | Fuwn <[email protected]> | 2026-03-01 14:39:20 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-03-01 15:24:05 -0800 |
| commit | 60110fe8f23c53c837aff82d77a21ad8af4b5bb2 (patch) | |
| tree | 4fa6f42cc1f352c3a55165cc2a7735d0b897c841 /package.json | |
| parent | perf: optimise list hot paths and shared timers (diff) | |
| download | due.moe-60110fe8f23c53c837aff82d77a21ad8af4b5bb2.tar.xz due.moe-60110fe8f23c53c837aff82d77a21ad8af4b5bb2.zip | |
fix(anime): unify due classification and harden subtitle matching
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json index 8f2a2da3..53b8399f 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "dev": "vite dev", "build": "npx sveltekit-graphql generate && vite build", "preview": "vite preview", + "test:unit": "vitest run", "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch", "lint": "prettier --check . && eslint .", @@ -40,7 +41,8 @@ "sveltekit-rate-limiter": "^0.4.2", "tslib": "^2.4.1", "typescript": "^5.5.0", - "vite": "^5.4.4" + "vite": "^5.4.4", + "vitest": "^4.0.18" }, "type": "module", "dependencies": { |