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 ```