From 3fee0e04bb3143941f2b7ac295d9293c4573a96d Mon Sep 17 00:00:00 2001 From: Anton Trunov Date: Sun, 15 Sep 2024 15:50:41 +0400 Subject: [PATCH] Update CONTRIBUTING.md Co-authored-by: Novus Nota <68142933+novusnota@users.noreply.github.com> --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b24779b2f..22eddfab1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -52,7 +52,7 @@ other tests are grouped into categories in the [src/test](./src/test) folder. Th Updating all the test snapshots: ```shell -yarn test --u +yarn test -u ``` Updating a subset of the test snapshots can be done like so: