top | item 25248566

Show HN: Module for conditionally skipping Mocha tests

1 points| chungleong | 5 years ago |github.com

1 comment

order

chungleong|5 years ago

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.