fireEvent에 await 붙이기 사진에서 처럼 await has no effect 라고 되어있으면서 await를 없애면 event가 먹히지 않는다... 아무것도 입력되지 않은것으로 나온다. await를 입력하자...(진짜 이것때문에 1시간이상을 헤맸다... jest 일해라...) toHaveBeenCalledWith Use .toHaveBeenCalledWith to ensure that a mock function was called with specific arguments. 버그 toHaveBeenCalled 가 분명 1이상이 되어야 하는데 0이 나왔다. 즉 함수가 호출 되지 않았다는 거다. 이유를 알아보니 Signup.js에서 doc앞에 에러가 나서