Skip to content

Commit

Permalink
Update README test instructions
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Gudahtt committed Jun 24, 2019
1 parent 225eaa6 commit a1b46d4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a1b46d4

Please sign in to comment.