Update README test instructions

Omit requiring mocha to be installed globally; this is not required
for any of the listed commands. Also update the `lint` command to use
the npm script, as the gulp command referenced doesn't exist.
feature/default_network_editable
Mark Stacey 5 years ago
parent 225eaa65cc
commit a1b46d4b62
  1. 6
      README.md

@ -30,13 +30,11 @@ You can re-generate the docs locally by running `npm run doc`, and contributors
### Running Tests
Requires `mocha` installed. Run `npm install -g mocha`.
Then just run `npm test`.
Run tests with `npm test`.
You can also test with a continuously watching process, via `npm run watch`.
You can run the linter by itself with `gulp lint`.
You can run the linter by itself with `npm run lint`.
## Architecture

Loading…
Cancel
Save