From cf832226ef9402cbcde4c5802448be8be07cea32 Mon Sep 17 00:00:00 2001 From: Silberengel Date: Sun, 16 Feb 2025 01:43:23 -0800 Subject: [PATCH] Make readme test instructions cover all tests --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 12fa823..748669b 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ Dockerized Alexandria starts at port 4174 instead of 4173 in the example. Change To run the Vitest suite we've built, install the program locally and run the tests. ```bash -npm run test example.test.js +npm run test ``` For the Playwright end-to-end (e2e) tests: