added some debug lines

This commit is contained in:
Henry Oswald
2016-10-24 23:36:49 +01:00
parent 49fecc9ef4
commit 1c3edcd627
2 changed files with 2 additions and 0 deletions
@@ -70,6 +70,7 @@ describe 'ProjectLocator', ->
it 'should give error if element could not be found', (done)->
@locator.findElement {project_id:project._id, element_id:"ddsd432nj42", type:"docs"}, (err, foundElement, path, parentFolder)->
console.log err
err.should.deep.equal new Errors.NotFoundError("entity not found")
done()