1.0.6 • Published 6 years ago

mocha-sandboxed-module-loader v1.0.6

Weekly downloads
3
License
MIT
Repository
github
Last release
6 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

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago