login/logout/register woes

This commit is contained in:
Henry Jameson 2026-08-24 19:24:14 +03:00
commit 556a37e836
11 changed files with 29 additions and 21 deletions

View file

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