Skip to content

Commit 8d4ab77

Browse files
committed
removing console.log
1 parent e73d0dd commit 8d4ab77

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/index.test.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,6 @@ describe('Feathers Mongoose Service', () => {
117117
people.find(params).then(data => {
118118
expect(data[0].pets[0].name).to.equal('Rufus');
119119
done();
120-
}).catch(e => {
121-
console.log(e);
122-
done();
123120
});
124121
});
125122
});

0 commit comments

Comments
 (0)