Create and implement Go tests for Indexarr backend: table-driven tests, repository mocks, service integration tests, API handler tests. Use when: writing tests, creating test files, implementing test coverage, testing Go services, mocking database connections.
Create and implement React component tests for Indexarr frontend: component testing with React Testing Library, custom hook testing, API mocking, integration tests for pages, user interaction testing. Use when: writing frontend tests, testing React components, testing hooks, mocking API calls, testing user interactions.