From d6009a296221f158e4ad9d76fd23b9dc0a5c4cd7 Mon Sep 17 00:00:00 2001 From: Peter Muessig Date: Tue, 28 Apr 2026 07:43:13 +0200 Subject: [PATCH] docs: update README.md to use proper test-runner script --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 019c3ea3f..ada6e4792 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ A deployed version of the [sample-app](http://ui5.github.io/sample-app/index.htm ``` * Start the [UI5 Test Runner](https://www.npmjs.com/package/ui5-test-runner) and execute the tests ```sh - npm run test-ui5 + npm run test-runner ``` * Run both ESLint and UI5 Test Runner ```sh