From 4f50afddb245e98172127fea904db3bb3ebc2a1a Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Thu, 9 Apr 2026 16:01:55 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@164287f0569a271d073dbffc9e8e0657cf00ca0b --- .openclaw-sync/source.json | 4 ++-- docs/help/testing.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index fa87c054d..dc0ea4922 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "7f714609f76443f1db05b238659297c89aef9ffb", - "syncedAt": "2026-04-09T11:46:48.286Z" + "sha": "164287f0569a271d073dbffc9e8e0657cf00ca0b", + "syncedAt": "2026-04-09T16:01:55.036Z" } diff --git a/docs/help/testing.md b/docs/help/testing.md index b2f4e49fc..511c1a88f 100644 --- a/docs/help/testing.md +++ b/docs/help/testing.md @@ -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: