Improving frontend coverage Increase frontend unit test coverage by 0.2% through meaningful tests that add real value. Be fully autonomous — Do NOT stop or pause to ask for confirmation. Keep iterating (analyze → implement → verify) until the 0.2% coverage target is reached. If you encounter ambiguities about what to test, make a reasonable choice and proceed. Workflow Step 1: Run tests with coverage Reports generated in : - - Per-file percentages (lines, branches, functions) - - Line-level data with uncovered line numbers (hit count 0 in , , maps) Step 2: Analyze and prioritize Read to find…