redux unit test
Action creators
action creator는 plain object를 리턴하는 함수다. action creators를 테스트 할 때, 다음 리스트를 테스트해야한다.
올바른 action 생성자가 호출되었는지
action이 제대로 리턴됐는지
Last updated
Was this helpful?
action creator는 plain object를 리턴하는 함수다. action creators를 테스트 할 때, 다음 리스트를 테스트해야한다.
올바른 action 생성자가 호출되었는지
action이 제대로 리턴됐는지
Last updated
Was this helpful?