All files / src constants.js

100% Statements 7/7
100% Branches 0/0
100% Functions 0/0
100% Lines 7/7
1 2 3 4 5 6 7 84x 4x 4x 4x 4x 4x 4x  
export const CALL_API = Symbol('CALL_API');
export const REDUCER_PATH = 'api_calls';
export const ACTION_FETCH_START = '@@api/FETCH_START';
export const ACTION_FETCH_COMPLETE = '@@api/FETCH_COMPLETE';
export const ACTION_FETCH_FAILURE = '@@api/FETCH_FAILURE';
export const ACTION_UPDATE_LOCAL = '@@api/UPDATE_LOCAL';
export const ACTION_RESET_LOCAL = '@@api/RESET_LOCAL';