From a09a57c4351a50f79758d7479d8dfb146bd7723f Mon Sep 17 00:00:00 2001 From: Milos Stojanovic Date: Thu, 18 Apr 2024 14:50:09 +0200 Subject: [PATCH] cont --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e0fd0e..3d94617 100644 --- a/README.md +++ b/README.md @@ -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 ```