@brighte/redux-saga-test-plan
Version:
Test Redux Saga with an easy plan
19 lines (18 loc) • 564 B
JavaScript
// @flow
export const ACTION_CHANNEL = 'ACTION_CHANNEL';
export const ALL = 'ALL';
export const CALL = 'CALL';
export const CANCEL = 'CANCEL';
export const CANCELLED = 'CANCELLED';
export const CPS = 'CPS';
export const FLUSH = 'FLUSH';
export const FORK = 'FORK';
export const GET_CONTEXT = 'GET_CONTEXT';
export const JOIN = 'JOIN';
export const NONE = 'NONE';
export const PUT = 'PUT';
export const RACE = 'RACE';
export const SELECT = 'SELECT';
export const SET_CONTEXT = 'SET_CONTEXT';
export const TAKE = 'TAKE';
export const HELPER = '@@redux-saga/HELPER';