diff --git a/apps/docs/docs/intro.md b/apps/docs/docs/intro.md index a266e1e41ee..f4c7d8433f0 100644 --- a/apps/docs/docs/intro.md +++ b/apps/docs/docs/intro.md @@ -69,5 +69,5 @@ pnpm turbo run test:lib To run E2E tests, execute: ```bash -pnpm run test:e2e +pnpm run test:e2e --grep @mock ```