aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDan Finlay <somniac@me.com>2016-04-19 03:09:20 +0800
committerDan Finlay <somniac@me.com>2016-04-19 03:09:20 +0800
commit15e953f11f2675a54447fa0eed6f46925a73d077 (patch)
treea3b82250bea2333b4819a797fbacccb0ae25abcb /README.md
parentfdc74b7e8741c0023f59d8e94735f0357bd7f9af (diff)
parent65d73d7bb4b091021988b6115d518cf3914952ed (diff)
downloadtangerine-wallet-browser-15e953f11f2675a54447fa0eed6f46925a73d077.tar
tangerine-wallet-browser-15e953f11f2675a54447fa0eed6f46925a73d077.tar.gz
tangerine-wallet-browser-15e953f11f2675a54447fa0eed6f46925a73d077.tar.bz2
tangerine-wallet-browser-15e953f11f2675a54447fa0eed6f46925a73d077.tar.lz
tangerine-wallet-browser-15e953f11f2675a54447fa0eed6f46925a73d077.tar.xz
tangerine-wallet-browser-15e953f11f2675a54447fa0eed6f46925a73d077.tar.zst
tangerine-wallet-browser-15e953f11f2675a54447fa0eed6f46925a73d077.zip
Merge pull request #115 from MetaMask/UnifyTestSuites
Unify test suites
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 3 insertions, 10 deletions
diff --git a/README.md b/README.md
index 1d15fa204..1c5508a49 100644
--- a/README.md
+++ b/README.md
@@ -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