Skip to content

Commit 11faae6

Browse files
committed
docs: note Amplify preBuild runs unit tests
1 parent 17991db commit 11faae6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/SETUP_GUIDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ Environment variables are configured in the Amplify Console:
4343
## Testing
4444

4545
```bash
46-
npm run test:unit # Vitest unit tests (68 tests)
47-
npx playwright test # Playwright E2E tests (97 tests)
46+
npm run test:unit # Vitest unit tests (68 tests, also runs in Amplify preBuild)
47+
npx playwright test # Playwright E2E tests (~97 tests)
4848
npm run lint # ESLint
4949
npm run type-check # TypeScript
5050
```

0 commit comments

Comments
 (0)