aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Stacey <markjstacey@gmail.com>2019-06-25 01:30:49 +0800
committerMark Stacey <markjstacey@gmail.com>2019-06-25 04:12:08 +0800
commita1b46d4b62ee5756a420ab11b3126b9a6e2bc23b (patch)
tree59bb96ae4b3e5e6d6e6ea64a4e7786a172c3214c
parent225eaa65ccaa94d2bd44b69bed256c42e973fcab (diff)
downloadtangerine-wallet-browser-a1b46d4b62ee5756a420ab11b3126b9a6e2bc23b.tar.gz
tangerine-wallet-browser-a1b46d4b62ee5756a420ab11b3126b9a6e2bc23b.tar.zst
tangerine-wallet-browser-a1b46d4b62ee5756a420ab11b3126b9a6e2bc23b.zip
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.
-rw-r--r--README.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/README.md b/README.md
index a61d23328..6a0f4fef3 100644
--- a/README.md
+++ b/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