Skip to content
Snippets Groups Projects
Select Git revision
  • 11-fail2ban
  • master default protected
  • 133-fail2ban-page
  • reorganisation
  • 16-maintenace-service
  • 6-monit-update
  • 7-dolibarr-fail2ban
  • 6-surveillance-interne-des-serveur
  • test-glpi
  • 2-migrate-to-phpfpm
  • jessie
  • github
12 results

validate.sh

Blame
  • jest.config.js 532 B
    // For a detailed explanation regarding each configuration property, visit:
    // https://jestjs.io/docs/en/configuration.html
    
    module.exports = {
      // Automatically clear mock calls and instances between every test
      clearMocks: true,
    
      // The directory where Jest should output its coverage files
      coverageDirectory: 'coverage',
      setupFiles: [
        '<rootDir>/setupJest.js', 'jest-localstorage-mock',
      ],
      // Ignore Mirador code from jest transforms
      transformIgnorePatterns: [
        '<rootDir>/node_modules/(?!mirador)',
      ],
    };