testability
v1.0.0-a.1
Published
Testing utility for replacing dependencies with mock versions at test-time, without modifying the original source.
Readme
Testability
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
