pest
Installation
SKILL.md
Pest
Instructions
- Use
php artisan make:test --pest {name}. - Pest tests look and behave like this: it('is true', function () { expect(true)->toBeTrue(); });
Examples
Pest Assertions
Related skills
More from markhamsquareventures/essentials
tailwind
How to work effectively with Tailwind CSS, always use when styling frontend features
38wayfinder
How to work effectively with Laravel Wayfinder, always use when developing frontend features
31react
How to work effectively with React, always use when developing frontend components
28shadcn
How to work effectively with shadcn/ui components, always use when adding UI components
26inertia
How to work effectively with Inertia, always use when developing frontend features
21laravel
How to work effectively with Laravel, always use when developing Laravel features
16