All files / app/assets/javascripts/merge_conflicts/store mutation_types.js

100% Statements 8/8
100% Branches 0/0
100% Functions 0/0
100% Lines 8/8

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 93x 3x 3x 3x 3x 3x 3x 3x  
export const SET_LOADING_STATE = 'SET_LOADING_STATE';
export const SET_ERROR_STATE = 'SET_ERROR_STATE';
export const SET_FAILED_REQUEST = 'SET_FAILED_REQUEST';
export const SET_VIEW_TYPE = 'SET_VIEW_TYPE';
export const SET_SUBMIT_STATE = 'SET_SUBMIT_STATE';
export const SET_CONFLICTS_DATA = 'SET_CONFLICTS_DATA';
export const UPDATE_FILE = 'UPDATE_FILE';
export const UPDATE_CONFLICTS_DATA = 'UPDATE_CONFLICTS_DATA';