diff --git a/.ai/pest/core.blade.php b/.ai/pest/core.blade.php index 7719788..818b16d 100644 --- a/.ai/pest/core.blade.php +++ b/.ai/pest/core.blade.php @@ -38,7 +38,7 @@ - You can also create partial mocks using the same import or self method. ### Datasets -- Use datasets in Pest to simplify tests which have a lot of duplicated data. This is often the case when testing validation rules, so consider going with this solutionwhen writing tests for validation rules. +- Use datasets in Pest to simplify tests which have a lot of duplicated data. This is often the case when testing validation rules, so consider going with this solution when writing tests for validation rules. it('has emails', function (string $email) {