mailerlite / mailerlite-nodejs

MIT License
32 stars 7 forks source link

Unit tests #17

Closed Mantas97 closed 1 year ago

Mantas97 commented 1 year ago

Issue: https://github.com/mailerlite/mailerlite-nodejs/issues/16

Description: Most of the testing libraries don’t have Native ESM support and/or Typescript support, requiring multiple additional libs. It’s an early adoption phase for vitest, but I found it to be the best suited for this project.

Testing:

LanaAb commented 1 year ago

@JuliusB please review this. thanks