All files / src constants.ts

100% Statements 4/4
100% Branches 0/0
100% Functions 0/0
100% Lines 4/4
1 2 3 4 55x 5x 5x 5x  
export const EMPTY_STATE = "emptyState";
export const UPDATE_CAN_UNDO_REDO = "updateCanUndoRedo";
export const REDO = "redo";
export const UNDO = "undo";