diff --git a/.ai/pest/core.blade.php b/.ai/pest/core.blade.php index 575643d..250818d 100644 --- a/.ai/pest/core.blade.php +++ b/.ai/pest/core.blade.php @@ -4,7 +4,7 @@ # Pest Tests - All tests must be written using Pest. - You must not remove any tests or test files from the tests directory without approval. These are not temporary or helper files, these are core to the application. -- Tests should test all of the the unhappy paths, happy paths, and weird paths. +- Tests should test all of the unhappy paths, happy paths, and weird paths. - Tests live in the `tests/Feature` and `tests/Unit` directories. - Pest tests look and behave like this: