From a2c7ccafa6b4cdbd5f1725f7bf40189ad987cffa Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Fri, 25 Mar 2016 14:51:19 -0700 Subject: Implemented BIP44 compliance test. Also added the hdPath that Christian had told me to our calls to the LightWallet, but this does not seem to have made us generate the same accounts as `testrpc` yet. --- test/helper.js | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test/helper.js (limited to 'test/helper.js') diff --git a/test/helper.js b/test/helper.js new file mode 100644 index 000000000..7746b90e0 --- /dev/null +++ b/test/helper.js @@ -0,0 +1,4 @@ +require('mocha-sinon')() +var jsdom = require('mocha-jsdom') +jsdom() + -- cgit v1.2.3