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

leximpact-client

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Augustin Wenger authored
    951227d5
    History

    Introduction

    LexImpact - Client

    How to use

    npm install
    npm run dev

    Mettre à jour les Snapshots Jest (Tests)

    Snapshot tests are a very useful tool whenever you want to make sure your UI does not change unexpectedly.
    
    A typical snapshot test case for a mobile app renders a UI component, takes a snapshot, then compares it to a reference snapshot file stored alongside the test. The test will fail if the two snapshots do not match: either the change is unexpected, or the reference snapshot needs to be updated to the new version of the UI component.

    Documentation Officielle

    ./node_modules/.bin/jest --updateSnapshots

    Icons & Emoji

    Screenshot

    Capture d’écran 2019-04-25 à 03 08 30

    Documentation