All files / actions tree.ts

100% Statements 6/6
100% Branches 2/2
100% Functions 1/1
100% Lines 6/6
1 2 3 4 5 6 7 82x 2x 2x 2x 2x 2x    
export enum Actions {
  insert = 'tree.insert',
  load = 'tree.load',
  remove = 'tree.remove',
  select = 'tree.select',
  update = 'tree.update'
}