docs-i18n: avoid ambiguous body-only wrapper unwrap (#63808)

* docs-i18n: avoid ambiguous body-only wrapper unwrap

* docs: clarify targeted testing tip

* changelog: include docs-i18n follow-up thanks
This commit is contained in:
Mason
2026-04-10 00:01:17 +08:00
committed by GitHub
parent 2954c7235b
commit 164287f056
4 changed files with 29 additions and 9 deletions

View File

@@ -26,6 +26,7 @@ Most days:
- Faster local full-suite run on a roomy machine: `pnpm test:max`
- Direct Vitest watch loop: `pnpm test:watch`
- Direct file targeting now routes extension/channel paths too: `pnpm test extensions/discord/src/monitor/message-handler.preflight.test.ts`
- Prefer targeted runs first when you are iterating on a single failure.
- Docker-backed QA site: `pnpm qa:lab:up`
When you touch tests or want extra confidence: