From 0069a7ef4797a88149031124e7eade090a18ad4a Mon Sep 17 00:00:00 2001 From: Roberto Dip Date: Sun, 2 Jul 2017 05:23:34 -0400 Subject: [PATCH] Remove non-existent npm run script in maintaining.md (#1434) --- maintaining.md | 1 - 1 file changed, 1 deletion(-) diff --git a/maintaining.md b/maintaining.md index c1a5058c0..6400db017 100644 --- a/maintaining.md +++ b/maintaining.md @@ -11,7 +11,6 @@ Read and adhere to the [Code of Conduct](code-of-conduct.md). - `npm test`: Lint the code and run the entire test suite with coverage. - `npm run test-win`: Run the tests on Windows. - - `npm run coverage`: Generate a coverage report for the last test run (opens a browser window). - `tap test/fork.js --bail`: Run a specific test file and bail on the first failure (useful when hunting bugs).