Skip to content

Commit

Permalink
Fix deep recursion returning null object
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyarmes committed Jan 28, 2021
1 parent c9be5b3 commit c0fe9b5
Show file tree
Hide file tree
Showing 4 changed files with 1,791 additions and 3,013 deletions.
2 changes: 1 addition & 1 deletion __tests__/apongo.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ beforeAll((done) => {
mongoUnit.load(testData)
done();
})
}, 1200000);
}, 2400000);

afterAll(() => {
mongoose.disconnect();
Expand Down
Loading

0 comments on commit c0fe9b5

Please sign in to comment.