From f59481340f931c3d7d147f448c3d7f824d3ec9c9 Mon Sep 17 00:00:00 2001 From: Brett Zamir Date: Thu, 20 Feb 2020 12:50:42 +0800 Subject: [PATCH] - Docs: Clarify; update CHANGES --- CHANGES.md | 1 + docs/Testing.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 750ff4b3..39cdcdf0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -44,6 +44,7 @@ - Localization: Add 'SVG-Edit Home Page' to locale files - Docs: Remove outdated info on jsdoc linting (now just part of eslint config) - Docs: Add testing badge +- Docs: Expand `Testing.md`. - Docs: Add license badges and `licenseInfo.json` (has a `filesByLicense` map of files to licenses (not yet used programmatically) and `bundledRootPackages` which is used by `license-badger` to know which diff --git a/docs/Testing.md b/docs/Testing.md index 5150d820..17250f68 100644 --- a/docs/Testing.md +++ b/docs/Testing.md @@ -112,9 +112,9 @@ browser by the following commands: 1. `npm run open-cov-no-start` if you already have a `start` process running in another terminal tab. -## Testing +## Testing and coverage -For ensuring tests are passing (and optionally checking coverage). +For ensuring tests are passing and checking coverage. You will most likely just need to use one of these three top-level routines, but the components are explained here for reference.