drand / tlock-js

Timelock Encryption made practical. A Typescript library for encrypting for the future.
Other
94 stars 8 forks source link

switched test runner from mocha to jest #15

Closed CluEleSsUK closed 1 year ago

CluEleSsUK commented 1 year ago

I ran into some issues with mocha's support for ESM while integrating some mocks for the drand-client. Given we use jest in other ts projects, might as well align them than waste time fiddling