function* testSaga() { yield take('ACTION') yield call(delay, 300); yield put({ type: 'ANOTHER_ACTION' });}describe('testSaga', () => ...
確定! 回上一頁