mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-20 02:09:10 +01:00
TST
This commit is contained in:
parent
9e53253695
commit
7d85c86879
@ -71,7 +71,7 @@ it('can generate Segwit HD (BIP49)', async () => {
|
||||
|
||||
it('HD (BIP49) can create TX', async () => {
|
||||
if (!process.env.HD_MNEMONIC) {
|
||||
console.warn('process.env.HD_MNEMONIC not set, skipped');
|
||||
console.error('process.env.HD_MNEMONIC not set, skipped');
|
||||
return;
|
||||
}
|
||||
jasmine.DEFAULT_TIMEOUT_INTERVAL = 90 * 1000;
|
||||
|
Loading…
Reference in New Issue
Block a user