From 2b04ed5605ea3d488e01f5f52c84ac2fba35f3eb Mon Sep 17 00:00:00 2001 From: Christopher Sanden Date: Thu, 19 Mar 2026 15:58:49 +0100 Subject: [PATCH] updated README --- FastNotes/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/FastNotes/README.md b/FastNotes/README.md index 72d1c2b..b5b8d42 100644 --- a/FastNotes/README.md +++ b/FastNotes/README.md @@ -33,8 +33,10 @@ npm test ``` - Run a single test file: + Run each test file one by one: ```bash npx jest __tests__/detail-screen.test.tsx + npx jest __tests__/auth-guard.test.tsx + npx jest __tests__/new-note.test.tsx ```