If you'reworkingontestsorrefactoringthecodeundertest,youcanrunthetestsuitecontinuouslybyaddingthe`--watch`option:
@@ -752,6 +756,13 @@ We can use this, for instance, to specify which files to watch:
Run `npx mocha --help` to discover other options.
If you want to run the code coverage on a single package, use the `--package-filter` option followed by the name of the package offset by an equals sign (not a space).
$ npm run coverage --package-filter=ui-loader
The `--package` option doesn'tworkinthisinstancesinceitconfictswithnpx.