Skip to content
Snippets Groups Projects
Select Git revision
  • 901709d08fba1deffb1f9663424f95128a641bcc
  • mui5-tetras-main-stable default protected
  • mui5-tetras-main-old-stable
  • preprod protected
  • 75-dernieres-ameliorations-avant-workshop-du-7-02
  • wip-fix-xywh
  • wip-positionement-annot
  • wip-surface-transformer
  • uploads-file
  • 69-la-video-demare-quand-on-fait-glisser-le-slider-et-le-clic-creer-un-decalage-entre-le-player
  • 61-recettage-des-outils-d-annotation
  • gestion_multiple_ouverture_pannel_annotation
  • autorisation_un_pannel_annotation
  • autorisation_un_pannel_edition_annotation
  • récupération_temps_video
  • save-shapes-and-position
  • fix-error-create-annotation-pannel
  • time-saving-on-annotation
  • tetras-main protected
  • fix-poc-mirador
  • tetras-antho-test
21 results

CanvasListItem.test.js

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))',
      ],
    };