All files / lib/enums filenames.ts

100% Statements 16/16
100% Branches 2/2
100% Functions 1/1
100% Lines 16/16

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 13 14 15 16 17 18 198x 8x 8x 8x 8x 8x 8x 8x 8x 8x 8x 8x 8x 8x   8x 8x    
export enum Filenames {
  ESLINT_CONFIG = '.eslintrc.js',
  PACKAGE_JSON = 'package.json',
  NODEMON_CONFIG = 'nodemon.json',
  TS_CONFIG = 'tsconfig.json',
  PRETTIER_CONFIG = '.prettierrc.js',
  JEST_TEST = 'hello.spec.ts',
  JEST_CONFIG = 'jest.config.js',
  SONARQUBE_PROPERTIES = 'sonar-project.properties',
  SONARQUBE_REPORT_SCRIPT = 'report_sonarqube.sh',
  DOCKER_COMPOSE = 'docker-compose.yml',
  GIT_IGNORE = 'gitignore',
  LICENSE = 'LICENSE.md',
  README = 'README.md',
 
  SRC_FOLDER = 'src',
  SRIPTS_FOLDER = 'scripts',
}