From ef9b7ae41cd7a36712925ff77af3994686bda161 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 24 Apr 2024 16:56:17 +0200 Subject: [PATCH] Update 01_Development.md Signed-off-by: Dennis Eichhorn --- Processes/01_Development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Processes/01_Development.md b/Processes/01_Development.md index 4adc413..41532f2 100644 --- a/Processes/01_Development.md +++ b/Processes/01_Development.md @@ -63,7 +63,7 @@ Automated tests which are run during the review process (**R7**): ```sh php ./vendor/bin/phpunit -c tests/PHPUnit/phpunit_default.xml php ./vendor/bin/phpstan analyse --no-progress -l 9 -c Build/Config/phpstan.neon ./ -npx jasmine-node ./ +./Build/Config/jasmine_build.sh && npx jasmine --config=Build/Config/jasmine.json ./cOMS/tests/test.sh ```