From b21a5c0ea69d3256a13b2da2352c4397fc18fdc9 Mon Sep 17 00:00:00 2001 From: CrHackHead Date: Fri, 25 Jul 2025 11:20:51 +0200 Subject: [PATCH] docs: note missing test script --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 41f4456..a7e8d2c 100644 --- a/README.md +++ b/README.md @@ -179,12 +179,7 @@ npm run lint ``` ### Testing - -Run the test suite: - -```bash -npm test -``` +Currently there is no test script configured. This section will be updated once a test suite is added. ### Creating New Components