mocha-sandboxed-module-loader
v1.0.6
Published
Use sandboxed-module-loader with mocha
Downloads
14
Readme
mocha-sandboxed-module-loader
Sandbox loading of modules for each test file.
Each test file will have it's own instance of all dependencies. This helps in avoiding state to leak between tests.
Install
$ npm install --save-dev mocha-sandboxed-module-loader
Usage
mocha --require=mocha-sandboxed-module-loader test/test.js
License
MIT © Johan Blumenberg