From 7da32a8d71e8fcbbf3cd32940d97ecc5e2f84786 Mon Sep 17 00:00:00 2001 From: Maxime Quandalle Date: Mon, 31 Aug 2020 08:45:07 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=96=8A=20Corrige=20une=20commande=20dans?= =?UTF-8?q?=20la=20doc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3a12dd961..d034b9764 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -83,7 +83,7 @@ $ yarn run test-common Pour le snapshot testing : ```sh -$ yarn run test-regressions +$ yarn run test:regressions ``` Si vous souhaitez mettre à jour les snapshots vous pouvez utiliser le paramètre `--updateSnapshot`, son raccourci `-u`, ou encore le [mode interactif](https://jestjs.io/docs/en/snapshot-testing#interactive-snapshot-mode).