From 65dc5b7660b61c6c110242fa8b3fd0e94c3c05d0 Mon Sep 17 00:00:00 2001 From: Ben Croker Date: Sun, 18 Feb 2024 20:06:03 -0600 Subject: [PATCH] Add config path --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 956986a..1b0f78e 100644 --- a/composer.json +++ b/composer.json @@ -34,7 +34,7 @@ } }, "scripts": { - "pest": "pest --test-directory=tests/pest --display-deprecations", + "pest": "pest --configuration=tests/pest/phpunit.xml --test-directory=tests/pest --display-deprecations", "phpstan": "phpstan --ansi --memory-limit=1G", "check-cs": "ecs check --ansi", "fix-cs": "ecs check --fix --ansi"