adds more tests

This commit is contained in:
geoffsee
2025-05-30 21:58:43 -04:00
committed by Geoff Seemueller
parent 33baf588b6
commit ebbfd4d31a
7 changed files with 699 additions and 256 deletions

View File

@@ -19,9 +19,9 @@
"tail:analytics-service": "wrangler tail -c workers/analytics/wrangler-analytics.toml",
"tail:session-proxy": "wrangler tail -c workers/session-proxy/wrangler-session-proxy.toml --env production",
"openai:local": "./scripts/start_inference_server.sh",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage"
"test": "NODE_OPTIONS=--no-experimental-fetch vitest run",
"test:watch": "NODE_OPTIONS=--no-experimental-fetch vitest",
"test:coverage": "NODE_OPTIONS=--no-experimental-fetch vitest run --coverage"
},
"devDependencies": {
"@anthropic-ai/sdk": "^0.32.1",