Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: test coverage increase in ed25519.ts (#815)
Resolves #136 Completely covers the `ed25519.ts` file with 100% coverage. | File Name | Statements | Branches | Functions | Lines | |--------------------|------------|----------|-----------|--------| | **Before:** | | | | | | All files | 99.05 | 97.55 | 96.04 | 99.05 | | ed25519.ts | 93.1 | 88.88 | 83.33 | 93.1 | | **After:** | | | | | | All files | 99.09 | 97.6 | 96.25 | 99.09 | | ed25519.ts | 100 | 100 | 100 | 100 |
- Loading branch information