All files / app/assets/javascripts/ide/stores/modules/terminal constants.js

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

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 8 9 1011x 11x 11x   11x 11x 11x 11x 11x  
export const CHECK_CONFIG = 'config';
export const CHECK_RUNNERS = 'runners';
export const RETRY_RUNNERS_INTERVAL = 10000;
 
export const STARTING = 'starting';
export const PENDING = 'pending';
export const RUNNING = 'running';
export const STOPPING = 'stopping';
export const STOPPED = 'stopped';