Skip to content
/ mocha Public
forked from mochajs/mocha

mocha - simple, flexible, fun javascript test framework for node.js & the browser. (BDD, TDD, QUnit styles via interfaces)

License

Notifications You must be signed in to change notification settings

diydyq/mocha

 
 

Repository files navigation

Build Status

Mocha test framework

Mocha is a simple, flexible, fun JavaScript test framework for node.js and the browser. For more information view the documentation.

Why do I fork mocha?

Because mocha does not support multiple reporters at the same time, usually you have to run test case twice to get different report. So I extend Mocha.Runner for customization. Only one js file is added: "MochaRunnerExtend.js", please check it for your convenience. Thank you!

About

mocha - simple, flexible, fun javascript test framework for node.js & the browser. (BDD, TDD, QUnit styles via interfaces)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 94.5%
  • HTML 3.8%
  • Other 1.7%