testSaga (actions.createPostSaga, action) .next() .select(selectToken) .next() .call(apiCall) .next() .put(push("/posts/1/test-title/"))
確定! 回上一頁