diff options
author | Dan Finlay <dan@danfinlay.com> | 2016-04-19 02:41:29 +0800 |
---|---|---|
committer | Dan Finlay <dan@danfinlay.com> | 2016-04-19 02:41:29 +0800 |
commit | 65d73d7bb4b091021988b6115d518cf3914952ed (patch) | |
tree | 643559fde2298a1c1a71488c53339c6f372e85e2 /README.md | |
parent | 8b62a8bec288120eee71523886f4c2df83b136ff (diff) | |
download | tangerine-wallet-browser-65d73d7bb4b091021988b6115d518cf3914952ed.tar tangerine-wallet-browser-65d73d7bb4b091021988b6115d518cf3914952ed.tar.gz tangerine-wallet-browser-65d73d7bb4b091021988b6115d518cf3914952ed.tar.bz2 tangerine-wallet-browser-65d73d7bb4b091021988b6115d518cf3914952ed.tar.lz tangerine-wallet-browser-65d73d7bb4b091021988b6115d518cf3914952ed.tar.xz tangerine-wallet-browser-65d73d7bb4b091021988b6115d518cf3914952ed.tar.zst tangerine-wallet-browser-65d73d7bb4b091021988b6115d518cf3914952ed.zip |
Unify test suites
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 3 insertions, 10 deletions
@@ -44,18 +44,11 @@ To enjoy the live-reloading that `gulp dev` offers while working on the `web3-pr ### Running Tests -Currently the tests are split between two suites (we recently merged the UI into the main plugin repository). There are two different test suites to be concerned with: - -Plugin tests, `npm test`. -UI tests, `npm run testUi`. - -You can also run both of these with continuously watching processes, via `npm run watch` and `npm run watchUi`. - -#### UI Testing Particulars - Requires `mocha` installed. Run `npm install -g mocha`. -You can either run the test suite once with `npm testUi`, or you can reload on file changes, by running `mocha watch ui/test/**/**`. +Then just run `npm test`. + +You can also test with a continuously watching process, via `npm run watch`. ### Deploying the UI |