Skip to content

Commit d1fc067

Browse files
authored
Merge pull request #14 from laravel/typo-fix
Fix - Typo
2 parents b6fa05b + df1c4c5 commit d1fc067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ai/pest/core.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Pest Tests
55
- All tests must be written using Pest.
66
- 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.
7-
- Tests should test all of the the unhappy paths, happy paths, and weird paths.
7+
- Tests should test all of the unhappy paths, happy paths, and weird paths.
88
- Tests live in the `tests/Feature` and `tests/Unit` directories.
99
- Pest tests look and behave like this:
1010
<code-snippet lang="php">

0 commit comments

Comments
 (0)