0.1.0 • Published 8 years ago

mocha-nocache v0.1.0

Weekly downloads
6
License
MIT
Repository
github
Last release
8 years ago

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".