Skip to content
Snippets Groups Projects
Select Git revision
  • 233db920d69f900bddf803615e524a550aba1961
  • 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

enzyme.config.js

  • enzyme.config.js 380 B
    /* eslint
        indent: [2, 2],
        semi: [2, "always"],
        react/jsx-indent: [2, 2],
        react/jsx-indent-props: [2, 2],
        import/order: [2, {
          newlines-between: "always",
          groups: ["builtin", "external", "parent", "sibling", "index"]
        }]
    */
    import { configure } from "enzyme";
    import Adapter from "enzyme-adapter-react-16";
    
    configure({ adapter: new Adapter() });