From 584dd44aad98427da419fca5d525757b2f0b335a Mon Sep 17 00:00:00 2001 From: Brendan Chen Date: Mon, 10 Nov 2025 15:45:21 -0800 Subject: [PATCH] Update Claude instructions for testing --- CLAUDE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index 01dd597..ff2a556 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -19,7 +19,8 @@ npm run generate npm run build:dev ``` -Only use Docker Compose for running tests. +Only use Docker Compose for running tests, and only use `docker compose run test` +to run tests; don't try to run tests for individual files. ## Architecture Overview