馃Ч Consolidate duplicate test files and refactor integration tests - #14
馃Ч Consolidate duplicate test files and refactor integration tests#14alexj11324 wants to merge 1 commit into
Conversation
- Removed duplicate `test/integration/test_models_fixed.ts` by consolidating it into `test/integration/test_models.ts`. - Refactored integration tests (`test_models.ts`, `test_antigravity_api.ts`, `test_oauth_401_diagnosis.ts`) to use shared utilities from `out/antigravityClient/protobuf` and `out/antigravityClient/discovery`. - Fixed incorrect import in `test_oauth_extraction.ts`. - Updated `package.json` test scripts to reflect the consolidated file. - Addressed code review feedback regarding the missing `src/` directory.
|
馃憢 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 馃憖 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
This PR addresses a code health issue where duplicate test files existed for model testing. It consolidates
test_models_fixed.tsintotest_models.tsand refactors the integration test suite to reduce code duplication by importing shared protobuf and discovery utilities from the compiledout/directory (since the originalsrc/is absent). It also updates thetest:modelsscript inpackage.jsonto ensure consistency.PR created automatically by Jules for task 2548891126000728027 started by @alexj11324