mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 15:20:55 +01:00
TST: fix
This commit is contained in:
parent
38c7ecf79d
commit
93529b80fe
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ describe('Bech32 Segwit HD (BIP84)', () => {
|
||||||
assert.ok(hd2.validateMnemonic());
|
assert.ok(hd2.validateMnemonic());
|
||||||
});
|
});
|
||||||
|
|
||||||
it.only('can create transactions', async () => {
|
it('can create transactions', async () => {
|
||||||
if (!process.env.HD_MNEMONIC_BIP84) {
|
if (!process.env.HD_MNEMONIC_BIP84) {
|
||||||
console.error('process.env.HD_MNEMONIC_BIP84 not set, skipped');
|
console.error('process.env.HD_MNEMONIC_BIP84 not set, skipped');
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Add table
Reference in a new issue