movied users from old project to new project anover repository, updated tests, cleared warns and errors in tests

This commit is contained in:
2024-04-01 15:26:46 +03:00
parent 10114ff67e
commit 28c13c00ec
50 changed files with 3798 additions and 776 deletions

View File

@@ -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)
})