3rd-Eden / versions

Versions, A small module for creating a flexible CDN application
204 stars 13 forks source link

Use Nock for tests #12

Open 3rd-Eden opened 11 years ago

3rd-Eden commented 11 years ago

We are currently pointing our tests to a live server. We should just use nock to emulate some HTTP servers for the origin pull test.

3rd-Eden commented 11 years ago

As we already depend on connect, we could also set up 2 different static servers on different ports. This way we only have to change the before/after calls.