Skip to content

Commit c624ffb

Browse files
authored
Fix scriptblock in mocking.mdx (#340)
Missing coma in scriptblock.
1 parent cbb7b92 commit c624ffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versioned_docs/version-v5/usage/mocking.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ function Invoke-PesterJob {
109109
param(
110110
[Parameter(Position=0)]
111111
[string[]] $Path = '.',
112-
[string[]] $ExcludePath = @()
112+
[string[]] $ExcludePath = @(),
113113
[string[]] $TagFilter,
114114
[string[]] $ExcludeTagFilter,
115115
[string[]] $FullNameFilter,

0 commit comments

Comments
 (0)