Roo-Code/apps/vscode-e2e
Daniel Riccio f8b36f2459 feat: add integration tests for list_code_definition_names tool
- Add comprehensive E2E tests for the list_code_definition_names tool
- Test TypeScript, JavaScript, Python, and Go file parsing
- Test directory analysis functionality
- Test error handling for non-existent files
- Test handling of empty files
- Test nested directory file analysis
- Create test fixtures with various code definitions (interfaces, classes, functions, enums, etc.)
- Implement proper test setup and teardown procedures
- Follow established Mocha TDD patterns with suite/test blocks
2025-06-18 19:18:39 -05:00
..
src feat: add integration tests for list_code_definition_names tool 2025-06-18 19:18:39 -05:00
.env.local.sample Move e2e into apps (#3823) 2025-05-22 08:41:58 -07:00
.vscode-test.mjs Move e2e into apps (#3823) 2025-05-22 08:41:58 -07:00
eslint.config.mjs Move e2e into apps (#3823) 2025-05-22 08:41:58 -07:00
package.json Move to Postgres for evals on roocode.com (#4520) 2025-06-11 14:17:53 -07:00
tsconfig.esm.json Add a new @roo-code/types package and use it everywhere (#3912) 2025-05-26 12:06:45 -07:00
tsconfig.json Add a new @roo-code/types package and use it everywhere (#3912) 2025-05-26 12:06:45 -07:00