Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 77751c3

Browse files
authoredNov 17, 2023
Update README.md [skip-ci]
1 parent 49c428c commit 77751c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ export const Secondary = {
240240
241241
Once your stories have your own custom tags, you can filter them via the [tags property](#tags-experimental) in your test-runner configuration file. You can also use the CLI flags `--includeTags`, `--excludeTags` or `--skipTags` for the same purpose. The CLI flags will take precedence over the tags in the test-runner config, therefore overriding them.
242242

243-
Both `--skipTags` and `--excludeTags` will prevent a story from being tested. The difference is that skipped tets will appear as "skipped" in the cli output, whereas excluded tests will not appear at all. Skipped tests can be useful to indicate tests that are temporarily disabled.
243+
Both `--skipTags` and `--excludeTags` will prevent a story from being tested. The difference is that skipped tests will appear as "skipped" in the cli output, whereas excluded tests will not appear at all. Skipped tests can be useful to indicate tests that are temporarily disabled.
244244

245245
## Test reporters
246246

0 commit comments

Comments
 (0)
Please sign in to comment.