All files / temba-components/src/flow/nodes wait_for_video.ts

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 868x 68x 68x 68x 68x 68x 68x  
import { SPLIT_GROUPS, NodeConfig } from '../types';
 
export const wait_for_video: NodeConfig = {
  type: 'wait_for_video',
  name: 'Wait for Video',
  group: SPLIT_GROUPS.wait
};