재스민 스파이의 반품가치는 어떻게 변경하나요? 난 재스민을 이용해서 스파이를 만들고 있어 beforeEach(inject(function ($injector) { $rootScope = $injector.get('$rootScope'); $state = $injector.get('$state'); $controller = $injector.get('$controller'); socket = new sockMock($rootScope); //this is the line of interest authService = jasmine.createSpyObj('authService', ['login', 'logout', 'currentUser']); })); 다양한 방법으로 반환되는 것을 변경할 수 있으면 좋겠..