chai-string and chai-as-promised
I’m using the delightful chai-string to test responses that should start with a known string. When working with promises, and specifically, the awesome chai-as-promised, the order in which you use the chai plugins is important, regardless if you have one file or multiple! I first came across this in chai-string issue #9. Since then I […]
Read More →