FiloSottile / typage

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

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

Closed benbender closed 11 months ago

benbender commented 11 months ago

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

FiloSottile commented 11 months ago

Awesome, thank you!