From a59f4e224f8d5df75c86535cdb75b56a6907a87d Mon Sep 17 00:00:00 2001 From: neverland Date: Thu, 24 Sep 2026 21:30:38 +0800 Subject: [PATCH] docs: clarify test writing guidelines --- AGENTS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AGENTS.md b/AGENTS.md index e8e3b4c5..b19a3334 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -30,6 +30,7 @@ pnpm --filter rstack test ## Testing +- Keep tests minimal and focused on observable behavior; avoid redundant coverage, implementation details, and unnecessary complexity. - Run `pnpm build` and `pnpm --filter rstack build:native` before `pnpm test` ## Native