login/logout/register woes
This commit is contained in:
parent
a392f8e4a9
commit
556a37e836
11 changed files with 29 additions and 21 deletions
|
|
@ -1095,7 +1095,6 @@ describe('Users store', () => {
|
|||
const store = useUsersStore()
|
||||
const { storeAction, apiUrl } = actionKeys(action)
|
||||
await store[storeAction](userId)
|
||||
console.log(apiUrl)
|
||||
|
||||
expect(mockFetch).to.have.been.calledWith(
|
||||
USER_API[apiUrl](userId),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue