All files / src/emulator-output output-type.js

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

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        1x 1x 1x  
/**
 * Types of output which can be used to display content to the user
 * @type {String}
 */
export const TEXT_OUTPUT_TYPE = 'TEXT_OUTPUT';
export const TEXT_ERROR_OUTPUT_TYPE = 'TEXT_ERROR_OUTPUT';
export const HEADER_OUTPUT_TYPE = 'HEADER_OUTPUT_TYPE';