You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .ai/pest/core.blade.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
# Pest Tests
5
5
- All tests must be written using Pest.
6
6
- 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.
8
8
- Tests live in the `tests/Feature` and `tests/Unit` directories.
0 commit comments