Browse Source

tests ready to go

master
JP Richardson 11 years ago
parent
commit
523345fe8a
  1. 2
      test/fixtures.json
  2. 11
      test/hdkey.test.js

2
test/fixtures.json

@ -71,7 +71,7 @@
"chain": "m/0/2147483647'/1/2147483646'/2",
"extpub": "xpub6FnCn6nSzZAw5Tw7cgR9bi15UV96gLZhjDstkXXxvCLsUXBGXPdSnLFbdpq8p9HmGsApME5hQTZ3emM2rnY5agb9rXpVGyy3bdW6EEgAtqt",
"extprv": "xprvA2nrNbFZABcdryreWet9Ea4LvTJcGsqrMzxHx98MMrotbir7yrKCEXw7nadnHM8Dq38EGfSh6dqA9QWTyefMLEcBYJUuekgW4BYPJcr9E7j"
},
}
],
"invalid": [

11
test/hdkey.test.js

@ -1,7 +1,12 @@
require('terst')
var hdkey = require('../')
var fixtures = require('./fixtures')
require('terst')
describe('hdkey', function() {
it('should properly derive the chain path', function() {
fixtures.valid.forEach(function(f) {
})
})
})
Loading…
Cancel
Save