jackfranklin / pulldown

The minimal JavaScript package manager.
175 stars 7 forks source link

Integration Tests #59

Closed jackfranklin closed 11 years ago

jackfranklin commented 11 years ago

We really should have some tests that test the integration.

I think we should mock the API layer but nothing else. So mock requests and replace them with some fake files, so a call to http://my.com/jquery/version.js just returns a fixture file with some text in.