Skip to content

Commit

Permalink
Updated example
Browse files Browse the repository at this point in the history
  • Loading branch information
prathamesh7pute committed Aug 14, 2013
1 parent 2239944 commit 4baaed8
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion test/helper/db.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ var db = function() {
subDocid: doc.comments && doc.comments[0]._id,
subSubDocid: doc.comments && doc.comments[0].replies && doc.comments[0].replies[0]._id
};
//console.log(data);
callback(null, data);
}
});
Expand Down
1 change: 0 additions & 1 deletion test/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ describe('router', function() {
db.disconnect(done);
});


it('find with sorting - must create proper get route', function(done) {
var data = db.getData();
var config = {
Expand Down

0 comments on commit 4baaed8

Please sign in to comment.