From 397724dbc4be9d9b93bd0b3d290b02d6d96cade1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Jare=C5=A1?= Date: Thu, 20 Jun 2024 20:21:19 +0200 Subject: [PATCH] Merge automatic help update --- src/Pester.RSpec.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Pester.RSpec.ps1 b/src/Pester.RSpec.ps1 index f21f1a0b8..f42a14724 100644 --- a/src/Pester.RSpec.ps1 +++ b/src/Pester.RSpec.ps1 @@ -329,7 +329,7 @@ function New-PesterConfiguration { ExcludeTag: Tags of Describe, Context or It to be excluded from the run. Default value: @() - Line: Filter by file and scriptblock start line, useful to run parsed tests programmatically to avoid problems with expanded names. Example: 'C:\tests\file1.Tests.ps1:37' + Line: Filter by file and scriptblock start line, useful to run parsed tests programmatically to avoid problems with expanded names. Explicit filter that overrides -Skip. Example: 'C:\tests\file1.Tests.ps1:37' Default value: @() ExcludeLine: Exclude by file and scriptblock start line, takes precedence over Line.