Skip to content
Snippets Groups Projects
Select Git revision
  • 08c7b91b402bd40eaf451affe93dc97c3753e3f0
  • demo_ci_gitlab_pages default
  • demo_gitlab_ci
  • 5-images-in-annotations
  • 5-final-images
  • 5-chpk-images-in-annot
  • tetras-main protected
  • 5-rebase-images-in-annot
  • 5-wip-images-in-annot
  • tmp
  • 1-edit-annotations-on-videos
  • 5-old-images-in-annotations
  • old_demo_ci_gitlab_pages
  • images_annotations
  • wip
  • devsetup
  • wip-annot-video-ui
  • wip-annotations-on-videos
  • master
  • v0.4.0_react16
  • wip-debugging-annotations
21 results

jest.config.js

Blame
  • Forked from IIIF / Mirador / Mirador annotations
    Source project has a limited visibility.
    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))',
      ],
    };