Skip to content

Commit 5a75988

Browse files
9aoyCopilot
andauthored
Update website/docs/en/guide/basic/cli.mdx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 8ad4549 commit 5a75988

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/docs/en/guide/basic/cli.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Rstest CLI provides several common options that can be used with all commands:
135135
| `--unstubGlobals` | Restores all global variables that were changed with `rstest.stubGlobal` before every test, see [unstubGlobals](/config/test/unstub-globals) |
136136
| `--unstubEnvs` | Restores all `process.env` values that were changed with `rstest.stubEnv` before every test, see [unstubEnvs](/config/test/unstub-envs) |
137137
| `--include <pattern>` | Specify test file matching pattern, see [include](/config/test/include) |
138-
| `--includeSource <pattern>` | Specify source in-source testing file matching pattern, see [includeSource](/config/test/include-source) |
138+
| `--includeSource <pattern>` | Specify in-source testing file matching pattern, see [includeSource](/config/test/include-source) |
139139
| `--logHeapUsage` | Print heap usage for each test, see [logHeapUsage](/config/test/log-heap-usage) |
140140
| `--hideSkippedTests` | Do not display skipped test logs, see [hideSkippedTests](/config/test/hide-skipped-tests) |
141141
| `--chaiConfig <config>` | Customize Chai configuration, see [chaiConfig](/config/test/chai-config) |

0 commit comments

Comments
 (0)