Commit Graph

4 Commits

Author SHA1 Message Date
Shunsuke Hayashi
902846e587 refactor(lint): remove unused afterEach/beforeEach imports
Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-26 13:14:20 +09:00
Shunsuke Hayashi
319d65ccd3 refactor(lint): fix lint errors - unused imports and variables
- Add *.d.ts to oxlint ignore patterns
- Remove unused imports from test files
- Prefix unused variables with underscore
- Fix floating promises with void operator

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-26 13:13:29 +09:00
Shunsuke Hayashi
0dcc2b4c8d test: update test configurations and test cases
- Update integration tests for agent flow and githubops
- Update unit tests for agent, engine, and MCP
- Update vitest configs for better test isolation

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-26 06:54:38 +09:00
Shunsuke Hayashi
71ab3c3bcd test: add integration and unit test directories
Add test infrastructure:
- Integration tests directory
- Unit tests directory
- Existing E2E and provider tests
- Test fixtures, helpers, and mocks

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-26 06:42:04 +09:00