n-ce / ytify

Opus Audio Streaming Web App for YouTube. Stop watching, Listen & Save Data.
https://ytify.netlify.app
GNU General Public License v3.0
145 stars 48 forks source link

setup a testing framework #136

Closed n-ce closed 10 months ago

n-ce commented 10 months ago

It happens often now that I implement something, I test it for the most part and it seems fine but still some bugs make it into production, which is largely due to the fact that I can't keep an eye on every little event that's taking place or would be affected by the implemented change. This is why I have realized there is now a need for a testing library. I would also like to get some suggestions regarding which frameworks would be appropriate for this size and kind of project, and hopefully some contributors too who can help integrate it.

n-ce commented 10 months ago

Not a necessity for now.