Skip to content

Commit df1c4c5

Browse files
Update core.blade.php
1 parent b6fa05b commit df1c4c5

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)