refactor: Fix alias duplication for unit and eval tests

This commit is contained in:
2026-07-07 07:26:48 +05:30
parent 0d0b1e5dd8
commit 1aa00532ed
8 changed files with 79 additions and 49 deletions

View File

@@ -14,9 +14,9 @@
"format": "prettier . --write",
"format:check": "prettier . --check",
"watch": "tsc -b --watch",
"test": "vitest run",
"test:watch": "vitest",
"test:evals": "vitest run --config vitest.config.evals.ts"
"test": "vitest run --project unit",
"test:watch": "vitest --project unit",
"test:evals": "vitest run --project evals"
},
"keywords": [],
"author": "",