1.0.0-a.1 • Published 11 years ago

testability v1.0.0-a.1

Weekly downloads
2
License
MIT
Repository
github
Last release
11 years ago

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