Skip to content
Snippets Groups Projects
Select Git revision
  • ea32e6bbe2774af289fd347eaf2d31a600ff3d18
  • master default protected
  • uv
  • 0.1.462
  • 0.1.461
  • 0.1.460
  • 0.1.459
  • 0.1.458
  • 0.1.457
  • 0.1.456
  • 0.1.455
  • 0.1.454
  • 0.1.453
  • 0.1.452
  • 0.1.451
  • 0.1.450
  • 0.1.449
  • 0.1.448
  • 0.1.447
  • 0.1.446
  • 0.1.445
  • 0.1.444
  • 0.1.443
23 results

prettier.config.cjs

Blame
  • 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;