Install Pest

This commit is contained in:
Matt Young 2026-01-27 19:42:22 -06:00
parent 4f3467266f
commit c43e6b8403
3 changed files with 3 additions and 2 deletions

View File

@ -57,4 +57,4 @@ jobs:
run: npm run build run: npm run build
- name: Run Tests - name: Run Tests
run: ./vendor/bin/phpunit run: ./vendor/bin/pest

View File

@ -23,7 +23,8 @@
"laravel/sail": "^1.41", "laravel/sail": "^1.41",
"mockery/mockery": "^1.6", "mockery/mockery": "^1.6",
"nunomaduro/collision": "^8.6", "nunomaduro/collision": "^8.6",
"phpunit/phpunit": "^11.5.3" "pestphp/pest": "^3.8",
"pestphp/pest-plugin-laravel": "^3.2"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {

0
tests/Pest.php Normal file
View File