chore: add test:evals scripts to root package.json

This commit is contained in:
kumarabhirup 2026-03-02 18:32:31 -08:00
parent 954ac67346
commit 2b8a0e2503
No known key found for this signature in database
GPG Key ID: DB7CA2289CAB0167

View File

@ -113,6 +113,8 @@
"test:docker:plugins": "bash scripts/e2e/plugins-docker.sh",
"test:docker:qr": "bash scripts/e2e/qr-import-docker.sh",
"test:e2e": "vitest run --config vitest.e2e.config.ts",
"test:evals": "node --import tsx test/evals/run-evals.ts",
"test:evals:enforce": "EVALS_ENFORCE=1 node --import tsx test/evals/run-evals.ts",
"test:fast": "vitest run --config vitest.unit.config.ts",
"test:force": "node --import tsx scripts/test-force.ts",
"test:install:e2e": "bash scripts/test-install-sh-e2e-docker.sh",