From 01eac9658c3bc486d2d42a18557fdb82a536348e Mon Sep 17 00:00:00 2001 From: Sam Light Date: Wed, 10 Jun 2026 19:00:32 +0100 Subject: Added test command to composer scripts to run pest --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3c19372..bf0d70b 100644 --- a/composer.json +++ b/composer.json @@ -32,6 +32,7 @@ "intellipest" ], "analyse": "phpstan", - "format": "php-cs-fixer fix" + "format": "php-cs-fixer fix", + "test": "pest" } } -- cgit v1.2.3