mocha-sandboxed-module-loader

1.0.6 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i mocha-sandboxed-module-loader

Weekly Downloads

2

Version

1.0.6

License

MIT

Unpacked Size

2.31 kB

Total Files

5

Last publish

Collaborators

  • johanblumenberg