sintaxi / dbox

NodeJS SDK for Dropbox API (THIS LIBRARY IS OBSOLETE!!)
514 stars 91 forks source link

Tests should be able to run more easily #44

Open jstroem opened 11 years ago

jstroem commented 11 years ago

Right now when you clone the repo and installs the dependencies (npm install in the main dir) and afterwards runs node test/all.js it results in an error. This is because of the missing dependency to the jasmine library (i assume). I think the npm dependencies should be updated so the test libraries is pulled when you run npm install.

An alternative could be make a section in the readme.md and explain here what to do when you need to run a test.