From 049dfda760bf765535084863b40a5cfff2809d16 Mon Sep 17 00:00:00 2001 From: Stewart X Addison Date: Wed, 1 Jul 2026 12:38:25 +0100 Subject: [PATCH] docs: remove "npm test-all" from CONTRIBUTING.md" Signed-off-by: Stewart X Addison --- CONTRIBUTING.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a20b6328..5abecebf 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -75,8 +75,6 @@ in `test/integration`. Test fixtures should be placed in `test/fixtures`. $ npm install # To run the unit tests $ npm test -# To run all the tests -$ npm run test-all ``` Make sure the linter is happy and that all tests pass before submitting a