zabbix-graphql-api/.junie/guidelines.md
Andreas Hilbig 7adaf82c1b chore: add tests for schema and API config mocking
- Added unit tests for schema loader, mocking Config variables and resolvers.
- Added unit tests for Zabbix API configuration, verifying constants derived from Config.
- Mocked relevant modules and filesystem behaviors to enable isolated testing.
- Optimized imports on all files and include this within a new .junie/guidelines.md file
2026-01-28 07:34:08 +01:00

267 B

Junie Guidelines

  • Always include "Optimize imports" as a step in the plan before executing any commits or finishing a task (via submit).
  • This ensures consistency with the project's IntelliJ IDEA settings (OPTIMIZE_IMPORTS_BEFORE_PROJECT_COMMIT is enabled).