Mocha and ZombieJS

I’m starting a nodejs project and would like to do BDD with Mocha and Zombiejs. Unfortunately I’m new to just about every buzzword in that sentence. I can get Mocha and Zombiejs running tests fine, but I can’t seem to integrate the two – is it possible to use Mocha to run Zombiejs tests, and if so, how would that look?

What javascript mocking frameworks are people using?

I’m using Jasmine for testing client & server side javascript and need to do some mocking. Has anyone got any suggestions for a good javascript mocking framework? Answers: Thank you for visiting the Q&A section on Magenaut. Please note that all the answers may not help you solve the issue immediately. So please treat them … Read more