You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

787 B

requireable

Enables a module to require itself

Build Status Coverage Status npm

Mocks the require command to include the current package when the the name from the current packages package.json is required.

Especially useful in tests if you want to require the package you're testing by name rather than relative paths.

Install

npm install --save-dev requireable

License

MIT © Luke Childs