mirror of https://github.com/status-im/bip39.git
add test for wordlists
This commit is contained in:
parent
da68d394f3
commit
f263412660
|
@ -174,4 +174,9 @@ describe('BIP39', function() {
|
|||
// false
|
||||
assert.ok(! bool)
|
||||
})
|
||||
|
||||
it('exposes standard wordlists', function () {
|
||||
assert(BIP39.wordlists.EN)
|
||||
assert.equal(BIP39.wordlists.EN.length, 2048)
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue