mirror of https://github.com/lukechilds/hdkey.git
JP Richardson
11 years ago
2 changed files with 9 additions and 4 deletions
@ -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…
Reference in new issue