balazsbotond / urlcat

A URL builder library for JavaScript.
https://urlcat.org
MIT License
1.82k stars 57 forks source link

Fix coverage #46

Closed jasonk closed 3 years ago

jasonk commented 3 years ago

Summary

I saw your comments about coverage in #39, I know somebody else has already opened a PR to switch to Jest to get better coverage, but just in case you are interested in sticking with Mocha/Chai/NYC, this is all you actually need to fix the coverage issues you were talking about..

closes #39

balazsbotond commented 3 years ago

Thank you!

I like the nice all-in-one solution with jest a bit more but you showed me how easy it would have been to fix this with mocha :)