waveterm/frontend/app/view
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
..
aifilediff Session Durability Checkpoint (#2821) 2026-02-03 11:49:52 -08:00
codeeditor Session Durability Checkpoint (#2821) 2026-02-03 11:49:52 -08:00
helpview update eslint to v9 (and fix all eslint errors) (#2923) 2026-02-23 18:42:17 -08:00
launcher Session Durability Checkpoint (#2821) 2026-02-03 11:49:52 -08:00
preview Refactor ContextMenuModel to lazy singleton via getInstance() and update all call sites (#2920) 2026-02-23 13:42:02 -08:00
quicktipsview introduce new models -- specifically tab model which has a react provider for prop drilling (#2694) 2025-12-18 17:39:37 -08:00
sysinfo update eslint to v9 (and fix all eslint errors) (#2923) 2026-02-23 18:42:17 -08:00
term Remove mock-heavy OSC52 Vitest coverage (#2975) 2026-03-04 16:24:42 -08:00
tsunami Generate WaveEvent as a typed discriminated union with explicit null payloads for no-data events (#2899) 2026-02-20 17:04:03 -08:00
vdom update eslint to v9 (and fix all eslint errors) (#2923) 2026-02-23 18:42:17 -08:00
waveai update eslint to v9 (and fix all eslint errors) (#2923) 2026-02-23 18:42:17 -08:00
waveconfig Fix Monaco Resizing Issue in Editor Block (#2848) 2026-02-09 17:11:27 -08:00
webview update eslint to v9 (and fix all eslint errors) (#2923) 2026-02-23 18:42:17 -08:00