NodeJS testing utility for replacing dependencies at test-time with mock-dependencies for testing purposes, without modifying the original source.
Still in development. I wouldn't recommend using this right now... Unless you want to contribute!
Working off ideas presented by @vojtajina in his blog post Testing Private State and Mocking Dependencies, and @joezimjs in his post Dependency Injection with JavaScript