Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
d-yokoi committed Mar 23, 2019
1 parent ad5dec9 commit 4649846
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions test/index.js
@@ -1,9 +1,8 @@
var bip39 = require('../')
var Buffer = require('safe-buffer').Buffer
var bip39 = require('../src')
var download = require('../util/wordlists').download
var WORDLISTS = {
english: require('../wordlists/english.json'),
japanese: require('../wordlists/japanese.json'),
english: require('../src/wordlists/english.json'),
japanese: require('../src/wordlists/japanese.json'),
custom: require('./wordlist.json')
}

Expand Down

0 comments on commit 4649846

Please sign in to comment.