deltachat / deltachat-node

Email-based instant messaging for Node.js.
GNU General Public License v3.0
45 stars 11 forks source link

convert tests to typescript #484

Closed Simon-Laux closed 3 years ago

Simon-Laux commented 3 years ago

for them to be more maintainable to api changes

Simon-Laux commented 3 years ago

Looks like // @ts-check and using mocha (tape doesn't have the correct typings AFIAK) is already enough. for more typings we can use jsdoc.