You are viewing a single comment's thread from:
RE: Coding Journal #5: Test Driven Development, Mocha, Chai, Mongo & Mongoose
I think you should try jasmine framework for testing @jeffbernst because It has built in assertion library. Mocha is also good for this purpose, but the only thing that It is only a test runner and doesn't have assertion Library and test double utilities. You have to include it manually like Chai or expect.js.
By the way great post and You should try your next update on Utopian. No worries Jeff, You will approve.
Oh actually I haven't heard of jasmine yet! I think I'm going to be learning to use jest when I learn React, but I'll check out jasmine too. Thanks for reading! 🙂