Test suite using phantomjs

This commit is contained in:
Ian Coleman
2016-08-23 14:59:47 +10:00
parent 8786746ba4
commit 88e2cdaa54
2 changed files with 217 additions and 0 deletions

View File

@@ -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
```