You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
제가 wrtie라는 state가 있고, A라는 함수가 write라는 state를 true로 바꿔줍니다.
그리고 렌더링을 할 때 write가 true면 button을 생성하고, false면 생성하지 않습니다.
테스팅 할 때, A함수를 실행시키고 expect로 button의 개수를 확인하면 test를 fail하는데,
단순히 write이 true인지 확인하면 test를 성공합니다.
혹시 이런 현상이 발생하는 특별한 이유가 있는것인가요??
The text was updated successfully, but these errors were encountered:
제가 wrtie라는 state가 있고, A라는 함수가 write라는 state를 true로 바꿔줍니다.
그리고 렌더링을 할 때 write가 true면 button을 생성하고, false면 생성하지 않습니다.
테스팅 할 때, A함수를 실행시키고 expect로 button의 개수를 확인하면 test를 fail하는데,
단순히 write이 true인지 확인하면 test를 성공합니다.
혹시 이런 현상이 발생하는 특별한 이유가 있는것인가요??
The text was updated successfully, but these errors were encountered: