describe('getIsLoading', () => {
    it('should call and return users.getIsLoading', () => {
      const state = { users: { users: [{ id: 1 }] } };

      getIsLoading.mockReturnValueOnce(true);