... {title: "Test 3"}]; const newState = postReducer(undefined, { type: types.GET_POSTS, payload: posts }); expect(newState).toEqual(posts); }) });.
確定! 回上一頁