All files / src constants.js

100% Statements 6/6
100% Branches 0/0
100% Functions 0/0
100% Lines 6/6
1 2 3 4 5 6 74x 4x 4x 4x 4x 4x  
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';