FiloSottile / typage

A TypeScript implementation of the age file encryption format, based on libsodium.
BSD 3-Clause "New" or "Revised" License
105 stars 14 forks source link

feat: remove mocha and use vitest as a testrunner #2

Closed benbender closed 1 year ago

benbender commented 1 year ago

Quick POC to use vitest instead of mocha to solve issues of mocha handling ts-imports

FiloSottile commented 1 year ago

Awesome, thank you!