aboutsummaryrefslogtreecommitdiff
path: root/tests/package.json
diff options
context:
space:
mode:
authorIan Coleman <ian@iancoleman.io>2017-11-08 12:11:49 +1100
committerIan Coleman <ian@iancoleman.io>2017-11-16 14:37:17 +1100
commit0460b53f3aff1745fd2727c094d12f90cfbe1d10 (patch)
tree945f125a0fad502b9954edee704f8d2b866d50b4 /tests/package.json
parente8ee368f189137fdadcca3d8dffe743c8bb20172 (diff)
downloadBIP39-0460b53f3aff1745fd2727c094d12f90cfbe1d10.tar.gz
BIP39-0460b53f3aff1745fd2727c094d12f90cfbe1d10.tar.zst
BIP39-0460b53f3aff1745fd2727c094d12f90cfbe1d10.zip
Use selenium for tests instead of phantomjs
Diffstat (limited to 'tests/package.json')
-rw-r--r--tests/package.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/package.json b/tests/package.json
new file mode 100644
index 0000000..1cb9144
--- /dev/null
+++ b/tests/package.json
@@ -0,0 +1,17 @@
1{
2 "name": "tests",
3 "version": "1.0.0",
4 "scripts": {
5 "test": "node tests.js"
6 },
7 "author": "Ian coleman",
8 "description": "Tests for BIP39 tool",
9 "repository": {
10 "type": "git",
11 "url": "git://github.com/iancoleman/bip39.git"
12 },
13 "dependencies": {
14 "selenium-webdriver": "^3.6.0"
15 },
16 "license": "MIT"
17}