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 ```