Use ethers.wordlists for testing instead of re-import.
This commit is contained in:
parent
4db19a1799
commit
ae8d75fe6a
@ -63,8 +63,9 @@ function testEasySeed(lang, locale) {
|
||||
});
|
||||
}
|
||||
|
||||
testEasySeed(require('../wordlists/lang-ja').langJa, 'ja');
|
||||
testEasySeed(require('../wordlists/lang-zh').langZhCn, 'zh_cn');
|
||||
testEasySeed(require('../wordlists/lang-zh').langZhTw, 'zh_tw');
|
||||
testEasySeed(require('../wordlists/lang-it').langIt, 'it');
|
||||
testEasySeed(require('../wordlists/lang-ko').langKo, 'ko');
|
||||
testEasySeed(ethers.wordlists.en, 'en');
|
||||
testEasySeed(ethers.wordlists.ja, 'ja');
|
||||
testEasySeed(ethers.wordlists.zh_cn, 'zh_cn');
|
||||
testEasySeed(ethers.wordlists.zh_tw, 'zh_tw');
|
||||
testEasySeed(ethers.wordlists.it, 'it');
|
||||
testEasySeed(ethers.wordlists.ko, 'ko');
|
||||
|
Loading…
Reference in New Issue
Block a user