blittle / jstesting

JS Testing with Jasmine, jsTestDriver, and PhantomJS
57 stars 3 forks source link

Testing doesn't allow dependency injection for stubs/mocks #1

Open mattfysh opened 12 years ago

mattfysh commented 12 years ago

Try including the library I wrote for testing requirejs modules: https://www.github.com/mattfysh/testr.js

blittle commented 12 years ago

Matt, Thanks for the comment! I'll checkout testr and see how I might be able to integrate it.