Skip to content

Commit

Permalink
fix: dependency upgrade (#46)
Browse files Browse the repository at this point in the history
* fix: dependency upgrade

* fix: lint issues in files

Co-authored-by: Michael Chen1 <[email protected]>
  • Loading branch information
MichaelCTH and Michael Chen1 authored Mar 11, 2021
1 parent 32959ba commit 8712105
Show file tree
Hide file tree
Showing 4 changed files with 3,335 additions and 2,999 deletions.
1 change: 0 additions & 1 deletion Utils/Auth.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ describe('Auth Utility File', () => {
expect(resObj30day.email).toEqual(obj.email);
});


const mockResponse = () => {
const res = {};
res.sendStatus = jest.fn((val) => { res.status = val; });
Expand Down
1 change: 0 additions & 1 deletion mongoDB.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ const mongooseInit = () => mongoose
useCreateIndex: true,
});


module.exports = mongooseInit;
Loading

0 comments on commit 8712105

Please sign in to comment.