diff --git a/README.md b/README.md index e904d10..e761a33 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,7 @@ globally on your machine. in root `./` folder of project run this: ``` -yarn test --updateSnapshot +yarn jest --updateSnapshot ``` in Deskreen Viewer `./app/client` folder of project run this: diff --git a/doc/translations-docs/fix-a-typo-in-existing-translation-of-Deskreen.md b/doc/translations-docs/fix-a-typo-in-existing-translation-of-Deskreen.md index 8ba6756..4298c05 100644 --- a/doc/translations-docs/fix-a-typo-in-existing-translation-of-Deskreen.md +++ b/doc/translations-docs/fix-a-typo-in-existing-translation-of-Deskreen.md @@ -120,7 +120,7 @@ Docs coming soon. Stay tuned. in root `./` folder of project run this: ``` -yarn test --updateSnapshot +yarn jest --updateSnapshot ``` in Deskreen Viewer `./app/client` folder of project run this: diff --git a/doc/translations-docs/how-to-add-new-language-translation-to-Deskreen.md b/doc/translations-docs/how-to-add-new-language-translation-to-Deskreen.md index 4a5bdb1..324ca86 100644 --- a/doc/translations-docs/how-to-add-new-language-translation-to-Deskreen.md +++ b/doc/translations-docs/how-to-add-new-language-translation-to-Deskreen.md @@ -153,7 +153,7 @@ You need to add it in two places: 1. host app, that runs on a computer and 2. cl in root `./` folder of project run this: ``` -yarn test --updateSnapshot +yarn jest --updateSnapshot ``` in Deskreen Viewer `./app/client` folder of project run this: