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/
820 stars 134 forks source link

About Chai #19

Closed freak4pc closed 9 years ago

freak4pc commented 9 years ago

I saw that early on , this tutorial had Chai as a dependency , Any reason this was removed? I'm wondering if there's anything wrong with it as I'm just getting into TDD and want to do it correctly ;)

Thanks.

nelsonic commented 9 years ago

Great question @freak4pc ! Chai is not required to write tests with Mocha. its 100% optional. and to reduce the number of new things to learn for new people, I removed it. let us know if you decide to use it in your tests.

Also... we are going to update this repo with a complete re-write. select watch above to receive the update. :+1:

freak4pc commented 9 years ago

Thanks @nelsonic , Any idea when the rewrite is happening? :) Wondering is i should hold on my learning for a bit ...

nelsonic commented 9 years ago

The re-write is happening right now. but you can go ahead and learn mocha in the mean time.

freak4pc commented 9 years ago

Alright I hope there's not too much deprecated info in here :) Many thanks Nelson!