Skip to content

Commit

Permalink
Add test for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrtenz committed Jun 19, 2023
1 parent cc800b9 commit d88b50a
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 @@ -4,6 +4,7 @@ import {
SLIP10Node,
secp256k1,
ed25519,
isValidBIP32PathSegment,
} from '.';

// This is purely for coverage shenanigans
Expand All @@ -15,5 +16,6 @@ describe('index', () => {
expect(SLIP10Node).toBeDefined();
expect(secp256k1).toBeDefined();
expect(ed25519).toBeDefined();
expect(isValidBIP32PathSegment).toBeDefined();
});
});

0 comments on commit d88b50a

Please sign in to comment.