Depdency injection
🐊Putout plugin adds ability to convert mockRequire to mockImport
TypeScript definitions for mock-require
find the require calls and change them
Replacement for node.js require that that always reads the required module again from disk. It actually automatically uncaches it before requiring it again for you. This allows changes to become live without restarting node. It is like a simple hot requir
A wrapper for require which loads modules even if they are cached.