Skip to content

Commit

Permalink
Update pest3-now-available.md
Browse files Browse the repository at this point in the history
Co-authored-by: Sandro Gehri <sandrogehri@gmail.com>
  • Loading branch information
nunomaduro and gehrisandro authored Sep 9, 2024
1 parent e467e7e commit 7acf68a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pest3-now-available.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ arch()->preset()->laravel()->ignoring(User::class);

Pest 3 also introduces **Team Management**, a new feature that allows you to manage tasks and todos with your team directly from the console. With Team Management, you can create, assign, and track tasks, as well as view the status of each task.

To get started with team management in Pest, you need to specify the project's URL in your `pest.php` configuration file. This URL will be used to link todos to the corresponding project management system.
To get started with team management in Pest, you need to specify the project's URL in your `Pest.php` configuration file. This URL will be used to link todos to the corresponding project management system.

```php
pest()->project()->github('my-organization/my-repository');
Expand Down

0 comments on commit 7acf68a

Please sign in to comment.