Skip to content
Snippets Groups Projects
Select Git revision
  • c19854255aed9e959600258b5d96cd138badddbc
  • master default protected
  • maj-readme
  • update-budget-msg-2022
  • share-with-metadata
  • explications-resultats-macros-PLF2022
  • plf_fix
  • benoit-cty-master-patch-87290
  • activate-plf-2021
  • stats
  • switch-plf
  • carto
  • adapt-matomo
  • js-to-ts
  • nbre-part-logic
  • add-nbre-part
  • 1.0.0
17 results

jest.config.js

Blame
  • user avatar
    Loïc Poullain authored
    2a720d58
    History
    jest.config.js 357 B
    const jestConfig = {
      moduleFileExtensions: ["js", "jsx", "json", "ts", "tsx"],
      setupFilesAfterEnv: ["<rootDir>/enzyme.config.js"],
      snapshotSerializers: ["enzyme-to-json/serializer"],
      testMatch: ["**/tests/**/*.(test|spec).{js,jsx,ts,tsx}"],
      testPathIgnorePatterns: ["<rootDir>/build/", "<rootDir>/node_modules/"],
    };
    
    module.exports = jestConfig;