diff options
| -rw-r--r-- | composer.json | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/composer.json b/composer.json index c73cedd..7e7f4f4 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,8 @@        "Composer\\Config::disableProcessTimeout",        "@build",        "@php vendor/bin/testbench serve --ansi" -    ] +    ], +    "test": "@php vendor/bin/pest"    },    "extra": {      "laravel": { | 
