updated README

This commit is contained in:
Christopher Sanden
2026-03-19 15:58:49 +01:00
parent 5210d5ae56
commit 2b04ed5605

View File

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