The latest version of this library (v4.0.0) has been converted to Typescript.
However, the unit tests are still in plain JS, written using Mocha.
The Task: Make the unit test suite pass again for the new TS-converted library.
Either make the existing Mocha tests work with Typescript, OR convert the tests to use Native Node.js Tests/Assert instead.
(Similar to what you did for issue digitalcredentials/ed25519-verification-key-2020#11 )
The latest version of this library (
v4.0.0) has been converted to Typescript.However, the unit tests are still in plain JS, written using Mocha.
The Task: Make the unit test suite pass again for the new TS-converted library.
Either make the existing Mocha tests work with Typescript, OR convert the tests to use Native Node.js Tests/Assert instead.
(Similar to what you did for issue digitalcredentials/ed25519-verification-key-2020#11 )