Skip to content
Snippets Groups Projects
Select Git revision
  • acd9d4e1766532c93502be5787b2452131cf6c44
  • master default protected
  • 12-dot-genere-non-coherent
  • unl-tools-release-0.9
  • v0.9
5 results

Graph.java

Blame
  • jest.config.js 567 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', 'jest-canvas-mock',
      ],
      // Ignore Mirador code from jest transforms
      transformIgnorePatterns: [
        '<rootDir>/node_modules/(?!(mirador|manifesto.js))',
      ],
    };