All files / common/config strings.ts

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

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 10 11 12 1339x                        
export const STRINGS = {
  DISCLAIMER_MESSAGE: `
Incubation Project
 
This project is an incubation project being run inside the Green Software Foundation; as such, we DON’T recommend using it in any critical use case. 
Incubation projects are experimental, offer no support guarantee, have minimal governance and process, and may be retired at any moment. This project may one day graduate, in which case this disclaimer will be removed.`,
  SOURCE_IS_NOT_YAML: 'Given source file is not in yaml format.',
  TARGET_IS_NOT_YAML: 'Given target file is not in yaml format.',
  MANIFEST_NOT_FOUND: 'Manifest file not found.',
  SUCCESS_MESSAGE: 'The environment is successfully setup!',
  MANIFEST_IS_MISSING: 'Manifest is missing.',
};