dwyl / book

📗 Our Book on Full-Stack Web Application Development covering User Experience (UX) Design, Mobile/Offline/Security First, Progressive Enhancement, Continuous Integration/Deployment, Testing (UX/TDD/BDD), Performance-Driven-Development and much more!
https://dwyl.github.io/book/
818 stars 132 forks source link

Mocha and Chai? #56

Open nelsonic opened 8 years ago

nelsonic commented 8 years ago

(even though jest is the "official" testing framework...) Mocha and Chai appear to be the default choices in the React/Redux world. should we add a section addressing this?

iteles commented 8 years ago

This would make sense to cover in a section, making the book generally more relevant - there are a LOT of testing tutorials out there that use these.

antimoroma commented 7 years ago

I just found this https://github.com/ideaq/learn-mocha while studying mocha, and it appear as a fork from

https://github.com/dwyl/the-book

So i'm quite confuse, may be there is something on mocha on the-book that i'm missing? In any case good work , thank you for the-book