1.0.6 • Published 8 years ago

mocha-sandboxed-module-loader v1.0.6

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

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

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago