]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/blobdiff - readme.md
Test suite using phantomjs
[perso/Immae/Projets/Cryptomonnaies/BIP39.git] / readme.md
index 210703b3bb6fd4a32fc354b308d0115ffcf73e0c..02e1e18c202b1ff4a802313d559194f564f3a84c 100644 (file)
--- a/readme.md
+++ b/readme.md
@@ -34,3 +34,13 @@ Please do not make modifications to `bip39-standalone.html`, since they will
 be overwritten by `compile.py`.
 
 Make changes in `src/*` and apply them using the command `python compile.py`
+
+# Tests
+
+Tests depend on [phantomjs](http://phantomjs.org/).
+
+Run tests from the command-line
+
+```
+$ phantomjs tests.js
+```