Skip to content

Commit c5db2f4

Browse files
committed
Refactor core.blade.php
Signed-off-by: Pushpak Chhajed <[email protected]>
1 parent 7f47c2e commit c5db2f4

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
@@ -6,7 +6,7 @@
66
- If you need to verify a feature is working, write or update a Unit / Feature test.
77

88
### Pest Tests
9-
- All tests must be written using Pest. Use `{{ $assist->artisanCommand('make:test --pest <name>') }}`.
9+
- All tests must be written using Pest. Use `{{ $assist->artisanCommand('make:test --pest {name}') }}`.
1010
- 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.
1111
- Tests should test all of the happy paths, failure paths, and weird paths.
1212
- Tests live in the `tests/Feature` and `tests/Unit` directories.

0 commit comments

Comments
 (0)