We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc800b9 commit d88b50aCopy full SHA for d88b50a
src/index.test.ts
@@ -4,6 +4,7 @@ import {
4
SLIP10Node,
5
secp256k1,
6
ed25519,
7
+ isValidBIP32PathSegment,
8
} from '.';
9
10
// This is purely for coverage shenanigans
@@ -15,5 +16,6 @@ describe('index', () => {
15
16
expect(SLIP10Node).toBeDefined();
17
expect(secp256k1).toBeDefined();
18
expect(ed25519).toBeDefined();
19
+ expect(isValidBIP32PathSegment).toBeDefined();
20
});
21
0 commit comments