waveterm/frontend/app/view/term
Copilot 7f5487d9ac
Remove mock-heavy OSC52 Vitest coverage (#2975)
The issue called out that the OSC52 unit tests were mostly validating
mock setup rather than meaningful behavior. This PR trims that
low-signal coverage by removing the Vitest suite for OSC52.

- **Scope**
  - Deleted `frontend/app/view/term/osc-handlers.test.ts`.
  - No production/runtime code changes.

- **Rationale reflected in changes**
- Removes brittle, mock-dominant tests for logic considered too simple
for this unit-test shape.
  - Keeps the codebase focused on higher-value test coverage.

```diff
- frontend/app/view/term/osc-handlers.test.ts
```

<!-- START COPILOT CODING AGENT TIPS -->
---

 Let Copilot coding agent [set things up for
you](https://github.com/wavetermdev/waveterm/issues/new?title=+Set+up+Copilot+instructions&body=Configure%20instructions%20for%20this%20repository%20as%20documented%20in%20%5BBest%20practices%20for%20Copilot%20coding%20agent%20in%20your%20repository%5D%28https://gh.io/copilot-coding-agent-tips%29%2E%0A%0A%3COnboard%20this%20repo%3E&assignees=copilot)
— coding agent works faster and does higher quality work when set up for
your repo.

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: sawka <2722291+sawka@users.noreply.github.com>
2026-03-04 16:24:42 -08:00
..
fitaddon.ts simplify scrollbar code in terminal, simplify fit code (#2944) 2026-02-26 16:07:52 -08:00
ijson.tsx migrate to react 19 (#2272) 2025-08-25 21:17:15 -07:00
osc-handlers.ts Remove mock-heavy OSC52 Vitest coverage (#2975) 2026-03-04 16:24:42 -08:00
shellblocking.ts more terminal integration for wave ai (#2470) 2025-10-25 21:47:16 -07:00
term-model.ts Better integration for terminal links (better context-menu and add a tooltip) (#2934) 2026-02-25 13:03:41 -08:00
term-tooltip.tsx Better integration for terminal links (better context-menu and add a tooltip) (#2934) 2026-02-25 13:03:41 -08:00
term-wsh.tsx New Context Menu Item + Wsh Command to Save Scrollback of a Terminal Widget (#2892) 2026-02-19 12:49:57 -08:00
term.scss simplify scrollbar code in terminal, simplify fit code (#2944) 2026-02-26 16:07:52 -08:00
term.tsx simplify scrollbar code in terminal, simplify fit code (#2944) 2026-02-26 16:07:52 -08:00
termsticker.tsx update eslint to v9 (and fix all eslint errors) (#2923) 2026-02-23 18:42:17 -08:00
termtheme.ts more terminal integration for wave ai (#2470) 2025-10-25 21:47:16 -07:00
termutil.ts Add terminal cursor style/blink config with block-level overrides (#2933) 2026-02-25 12:40:20 -08:00
termwrap.ts Fix for Claude Code Scroll to Top Bug (#2956) 2026-02-27 15:34:35 -08:00
xterm.css Remove 6px padding from terminal block, make scrollbar properly overlay the terminal contents (#1009) 2024-10-10 14:42:44 -07:00