From 29382a18e96e365b459b084870c91883c8c558c3 Mon Sep 17 00:00:00 2001 From: Daniel Hutzel Date: Wed, 26 Mar 2025 07:12:10 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 929daba0..d32b6e13 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ cds watch bookshop Run the provided tests like so: ```sh -npx jest +npm test ``` > You can alternative run the tests with [_jest_](http://jestjs.io) or [_mocha_](http://mochajs.org).