We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17991db commit 11faae6Copy full SHA for 11faae6
1 file changed
docs/SETUP_GUIDE.md
@@ -43,8 +43,8 @@ Environment variables are configured in the Amplify Console:
43
## Testing
44
45
```bash
46
-npm run test:unit # Vitest unit tests (68 tests)
47
-npx playwright test # Playwright E2E tests (97 tests)
+npm run test:unit # Vitest unit tests (68 tests, also runs in Amplify preBuild)
+npx playwright test # Playwright E2E tests (~97 tests)
48
npm run lint # ESLint
49
npm run type-check # TypeScript
50
```
0 commit comments