chore: add test:evals scripts to root package.json
This commit is contained in:
parent
954ac67346
commit
2b8a0e2503
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user