bluewave-labs / bluewave-uptime

BlueWave Uptime is an open-source, self-hosted monitoring tool built with React.js, Node.js, and MongoDB, designed to track server uptime, response times, and incidents in real-time with beautiful visualizations. Get powerful insights and proactive alerts to keep your services running smoothly.
https://uptime-demo.bluewavelabs.ca/
GNU Affero General Public License v3.0
607 stars 62 forks source link

FE - Testing Framework #923

Open ajhollid opened 1 month ago

ajhollid commented 1 month ago

As the product matures, it would be good to look into testing frameworks and get some testing set up before the project grows much larger.

devamitranjan commented 1 month ago

@ajhollid Any plan to setup typescript before adding the testing framework. This would resolve and help us with many errors during compile time itself.

ajhollid commented 1 month ago

@devamitranjan I would love to migrate the project to typescript, but that's a fairly big job, I'm not sure if we have enough dev-hours available for it at the moment.

This might be something we can undertake when we have a bigger team with more hours to spread around.