From d927f4020c583921a65691219daf1e027b4b55cc Mon Sep 17 00:00:00 2001 From: olejnjak Date: Fri, 27 Aug 2021 23:49:40 +0200 Subject: [PATCH] Fix test command documentation --- projects/docs/docs/commands/test.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/docs/docs/commands/test.md b/projects/docs/docs/commands/test.md index 1e28f5adf1b..f0548aff471 100644 --- a/projects/docs/docs/commands/test.md +++ b/projects/docs/docs/commands/test.md @@ -59,4 +59,4 @@ One of the benefits of using Tuist over other automation tools is that developer | `--configuration` | `-C` | `The configuration to be used when building the scheme.` | | No | | `--skip-ui-tests` | n/a | `When passed, it skips testing UI Tests targets.` | False | No | | `--result-bundle-path` | `-T` | `Path where test result bundle will be saved` | | No | -| `--reinstall-app` | `-r` | `Uninstall app before running tests` | False | No | \ No newline at end of file +| `--reinstall-app` | `-r` | `Uninstall app (if any) before running tests` | False | No | \ No newline at end of file