Skip to content

Commit

Permalink
Test export
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrtenz committed May 15, 2024
1 parent cab3dad commit e6885f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import {
createBip39KeyFromSeed,
mnemonicPhraseToBytes,
ed25519Bip32,
getBIP44CoinTypeToAddressPathTuple,
} from '.';

// This is purely for coverage shenanigans
Expand All @@ -23,5 +24,6 @@ describe('index', () => {
expect(isValidBIP32PathSegment).toBeDefined();
expect(createBip39KeyFromSeed).toBeDefined();
expect(mnemonicPhraseToBytes).toBeDefined();
expect(getBIP44CoinTypeToAddressPathTuple).toBeDefined();
});
});

0 comments on commit e6885f2

Please sign in to comment.