1.0.6 • Published 7 years ago

mocha-sandboxed-module-loader v1.0.6

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

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago