test: mock AnthropicClient in analyze tests to prevent live API calls
This commit is contained in:
+1
-7
@@ -1,11 +1,5 @@
|
||||
#!/bin/sh
|
||||
. "$(dirname "$0")/_/husky.sh"
|
||||
|
||||
# Format all staged files with Prettier
|
||||
npm run format
|
||||
|
||||
# Lint and fix staged files
|
||||
# Lint and auto-fix staged files only (fast)
|
||||
npx lint-staged
|
||||
|
||||
# Run tests
|
||||
npm test
|
||||
|
||||
Reference in New Issue
Block a user