Skip to content
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

omarstreak/mocha

 
 

Repository files navigation

This is a very simple fork of Mocha.

The main difference that this fork brings is to reset the require cache before requiring each test file. This lets you not worry about requires in different test files stomping over each other.

Todo: reset the global before running each test file, this way each test file will be truly isolated outside of modifying "this".

About

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

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 94.3%
  • HTML 4.1%
  • Other 1.6%