Skip to content

Commit

Permalink
build: add scripts to composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Sep 28, 2023
1 parent 9a82b8c commit b365489
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
"pestphp/pest": "^1.22",
"spatie/pest-plugin-snapshots": "^1.1.0"
},
"scripts": {
"test": "vendor/bin/pest",
"test:coverage": "php -dpcov.enabled=1 vendor/bin/pest --coverage-clover=coverage.xml --coverage-html=coverage"
},
"config": {
"prepend-autoloader": false,
"allow-plugins": {
Expand Down

0 comments on commit b365489

Please sign in to comment.