Hacker News new | ask | show | jobs
Show HN: Module for conditionally skipping Mocha tests (github.com)
1 points by chungleong 2030 days ago
1 comments

Something I created for my own use because many of my unit tests rely on external resources. I would get rate-limited all the time when I use watch. Or they would fail because I forget to provide an access token through an env variable. A clean way to bypass certain test would be helpful, I thought. Hope this is useful to other devs. Comments definitely welcomed.