diff options
author | Ian Coleman <ian@iancoleman.io> | 2017-11-08 12:11:49 +1100 |
---|---|---|
committer | Ian Coleman <ian@iancoleman.io> | 2017-11-16 14:37:17 +1100 |
commit | 0460b53f3aff1745fd2727c094d12f90cfbe1d10 (patch) | |
tree | 945f125a0fad502b9954edee704f8d2b866d50b4 /.gitignore | |
parent | e8ee368f189137fdadcca3d8dffe743c8bb20172 (diff) | |
download | BIP39-0460b53f3aff1745fd2727c094d12f90cfbe1d10.tar.gz BIP39-0460b53f3aff1745fd2727c094d12f90cfbe1d10.tar.zst BIP39-0460b53f3aff1745fd2727c094d12f90cfbe1d10.zip |
Use selenium for tests instead of phantomjs
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3c3629e --- /dev/null +++ b/.gitignore | |||
@@ -0,0 +1 @@ | |||
node_modules | |||