chore(deps): update dependency jest to v27

This commit is contained in:
Renovate Bot
2021-07-06 10:28:51 +00:00
committed by Mrugesh Mohapatra
parent fb3e9ef420
commit 7c2a4aff6e
8 changed files with 2911 additions and 2402 deletions

View File

@@ -593,7 +593,7 @@ describe('user stats', () => {
it('resolves a user for a given id', done => {
expect.assertions(7);
return getUserById(mockUserID, mockApp.models.User)
getUserById(mockUserID, mockApp.models.User)
.then(user => {
expect(user).toEqual(mockUser);