This commit is contained in:
Milos Stojanovic
2024-04-18 14:50:09 +02:00
parent 703457f26c
commit a09a57c435

View File

@@ -143,7 +143,7 @@ Testing requires xdebug, php-zip and sqlite php extensions.
vendor/bin/phpunit
vendor/bin/phpstan analyse ./backend
npm run lint
npm run e2e
npm run test:e2e
```