it('gets profile', async () => {
      const getMock = this.mock(http, 'get')
      await userStore.getProfile()

      expect(getMock).toHaveBeenCalledWith('me')