Live data from Hacker News

Show HN: Module for conditionally skipping Mocha tests

github.com

1–2 of 2 posts

Re: Show HN: Module for conditionally skipping Mocha tests

#2
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.