Skip to content

johanblumenberg/mocha-sandboxed-module-loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published