movied users from old project to new project anover repository, updated tests, cleared warns and errors in tests
This commit is contained in:
@@ -43,8 +43,8 @@ describe('test for AdapterOfUsers', () => {
|
||||
axios.post.mockResolvedValue({
|
||||
data: apiUser,
|
||||
})
|
||||
|
||||
const user = await adapterOfUsers.createUser()
|
||||
|
||||
const user = await adapterOfUsers.createUser(appUser)
|
||||
expect(user).toEqual(appUser)
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user