All files / ee/app/assets/javascripts/approvals/stores/modules/base mutation_types.js

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

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 823x 23x 23x 23x 23x 23x 23x  
export const SET_LOADING = 'SET_LOADING';
export const SET_APPROVAL_SETTINGS = 'SET_APPROVAL_SETTINGS';
export const ADD_EMPTY_RULE = 'ADD_EMPTY_RULE';
export const SET_RESET_TO_DEFAULT = 'SET_RESET_TO_DEFAULT';
export const UNDO_RULES = 'UNDO_RULES';
export const SET_DRAWER_OPEN = 'SET_DRAWER_OPEN';
export const SET_EDIT_RULE = 'SET_EDIT_RULE';