From b82683357ded1004d44b19876959a5d90440f50e Mon Sep 17 00:00:00 2001 From: rcmerci Date: Mon, 5 Jan 2026 20:35:33 +0800 Subject: [PATCH] dev: update agents.md --- AGENTS.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index a8192d64bb..b5aa228647 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -17,9 +17,8 @@ ## Testing Commands - Run linters and unit-tests: `bb dev:lint-and-test` -- Run single focused unit-test: - - Add the `:focus` keyword to the test case: `(deftest ^:focus test-name ...)` - - `bb dev:test -i focus` +- Run a single unit-test: + - `bb dev:test -v ` - E2E tests files are located in `/clj-e2e` ## Common used cljs keywords