diff options
author | Kevin Serrano <kevgagser@gmail.com> | 2016-10-20 02:17:29 +0800 |
---|---|---|
committer | Kevin Serrano <kevgagser@gmail.com> | 2016-10-20 02:17:29 +0800 |
commit | 17506fe14f84680bc6b5421eff4c797154a513bd (patch) | |
tree | 339b1562b84402f7a609ec1d5ab5aea1a2cab76d /README.md | |
parent | 1481a3ef8e3352eb74fa11c4f578d15d84c76de7 (diff) | |
download | tangerine-wallet-browser-17506fe14f84680bc6b5421eff4c797154a513bd.tar tangerine-wallet-browser-17506fe14f84680bc6b5421eff4c797154a513bd.tar.gz tangerine-wallet-browser-17506fe14f84680bc6b5421eff4c797154a513bd.tar.bz2 tangerine-wallet-browser-17506fe14f84680bc6b5421eff4c797154a513bd.tar.lz tangerine-wallet-browser-17506fe14f84680bc6b5421eff4c797154a513bd.tar.xz tangerine-wallet-browser-17506fe14f84680bc6b5421eff4c797154a513bd.tar.zst tangerine-wallet-browser-17506fe14f84680bc6b5421eff4c797154a513bd.zip |
Merge in crypto.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -90,6 +90,10 @@ You can also test with a continuously watching process, via `npm run watch`. You can run the linter by itself with `gulp lint`. +#### Writing Browser Tests + +To write tests that will be run in the browser using QUnit, add your test files to `test/integration/lib`. + ### Deploying the UI You must be authorized already on the MetaMask plugin. |