forked from mochajs/mocha
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
maraujop edited this page Jul 12, 2012
·
34 revisions
- Spies
- Shared Behaviours
- Development Environment Setup
- Conditionally failing tests in afterEach() hooks
- Third party reporters
- Tagging
##Add-ons
should.js - BDD style shown throughout these docs
chai - expect(), assert() and should style assertions
expect.js - expect() style assertions
sinon.js - Test spies, stubs and mocks for JavaScript.
mocha-cakes - BDD acceptance tests, Cucumber Given/When/Then stories add-on for Mocha.
lcov-reporter -- lcov reporter
JSCovRepoter In browser Javascript coverage reporter using CoverJS instrumented code.