diff options
author | Mark Stacey <markjstacey@gmail.com> | 2019-06-25 01:30:49 +0800 |
---|---|---|
committer | Mark Stacey <markjstacey@gmail.com> | 2019-06-25 04:12:08 +0800 |
commit | a1b46d4b62ee5756a420ab11b3126b9a6e2bc23b (patch) | |
tree | 59bb96ae4b3e5e6d6e6ea64a4e7786a172c3214c /README.md | |
parent | 225eaa65ccaa94d2bd44b69bed256c42e973fcab (diff) | |
download | tangerine-wallet-browser-a1b46d4b62ee5756a420ab11b3126b9a6e2bc23b.tar tangerine-wallet-browser-a1b46d4b62ee5756a420ab11b3126b9a6e2bc23b.tar.gz tangerine-wallet-browser-a1b46d4b62ee5756a420ab11b3126b9a6e2bc23b.tar.bz2 tangerine-wallet-browser-a1b46d4b62ee5756a420ab11b3126b9a6e2bc23b.tar.lz tangerine-wallet-browser-a1b46d4b62ee5756a420ab11b3126b9a6e2bc23b.tar.xz 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.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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 |