mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-14 04:00:42 -04:00
chore(deps): update dependency jest to v27
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
fb3e9ef420
commit
7c2a4aff6e
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user