From b419bfb0259596fb338d45b2eaeab25a7a0d1f1e Mon Sep 17 00:00:00 2001 From: Eric Chow Date: Mon, 15 Mar 2021 18:43:23 -0500 Subject: [PATCH] Update test-coverage command PR-URL: https://github.com/npm/cli/pull/2876 Credit: @chowkapow Close: #2876 Reviewed-by: @wraithgar --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5198918f010df..4116f4e71d057 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -38,7 +38,7 @@ We expect that every new feature or bug fix comes with corresponding tests that **You can find out what the current test coverage percentage is by running...** ```bash -$ npm run test-coverage +$ npm run check-coverage ``` ## Performance & Benchmarks