diff --git a/docs/guide/projects.md b/docs/guide/projects.md index f48b25a66..f89cff537 100644 --- a/docs/guide/projects.md +++ b/docs/guide/projects.md @@ -217,7 +217,7 @@ bun run test --project e2e ``` ::: -::: tip +:::: tip CLI option `--project` can be used multiple times to filter out several projects: ::: code-group @@ -234,6 +234,7 @@ pnpm run test --project e2e --project unit bun run test --project e2e --project unit ``` ::: +:::: The filter supports `*` wildcards and `!` exclusions. A project runs if it matches no negated pattern and, when regular patterns are also given, matches at least one of them: