all files / src/vuex/ mutation_types.js

100% Statements 5/5
100% Branches 0/0
100% Functions 0/0
100% Lines 5/5
1 2 3 4 5 6 7      
export const START = 'START'
export const PAUSE = 'PAUSE'
export const STOP = 'STOP'
export const TOGGLE_SOUND = 'TOGGLE_SOUND'