diff --git a/js/plugins/anthropic/package.json b/js/plugins/anthropic/package.json index 7bafa4b182..9703b310df 100644 --- a/js/plugins/anthropic/package.json +++ b/js/plugins/anthropic/package.json @@ -64,7 +64,6 @@ "build": "npm-run-all build:clean check compile", "build:watch": "tsup-node --watch", "test": "tsx --test tests/*_test.ts", - "test:live": "tsx --test tests/live_test.ts", "test:file": "tsx --test", "test:live": "tsx --test tests/live_test.ts", "test:coverage": "check-node-version --node '>=22' && tsx --test --experimental-test-coverage --test-coverage-include='src/**/*.ts' ./tests/**/*_test.ts"