aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKevin Serrano <kevgagser@gmail.com>2016-10-20 02:17:29 +0800
committerKevin Serrano <kevgagser@gmail.com>2016-10-20 02:17:29 +0800
commit17506fe14f84680bc6b5421eff4c797154a513bd (patch)
tree339b1562b84402f7a609ec1d5ab5aea1a2cab76d /README.md
parent1481a3ef8e3352eb74fa11c4f578d15d84c76de7 (diff)
downloadtangerine-wallet-browser-17506fe14f84680bc6b5421eff4c797154a513bd.tar.gz
tangerine-wallet-browser-17506fe14f84680bc6b5421eff4c797154a513bd.tar.zst
tangerine-wallet-browser-17506fe14f84680bc6b5421eff4c797154a513bd.zip
Merge in crypto.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index afdda4d97..09fb0079c 100644
--- a/README.md
+++ b/README.md
@@ -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.