File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212RootModule = ' GenXdev.FileSystem.psm1'
1313
1414# Version number of this module.
15- ModuleVersion = ' 1.242 .2025'
15+ ModuleVersion = ' 1.244 .2025'
1616
1717# Supported PSEditions
1818CompatiblePSEditions = ' Core'
Original file line number Diff line number Diff line change 1- Pester\Describe ' Find-Item 1' {
1+ Pester\Describe ' Find-Item 1' {
22
33 Pester\BeforeAll {
44 $testRoot = GenXdev.FileSystem\Expand-Path " $env: TEMP \GenXdev.FileSystem.Tests\" - CreateDirectory
313313
314314 Pester\It ' Should match the pattern' {
315315
316- $found = @ (GenXdev.FileSystem\Find-Item - SearchMask " $PSScriptRoot \..\..\..\..\..\**\Genx*stem\1.242 .2025\Functions\GenXdev.FileSystem\*.ps1" - PassThru | Microsoft.PowerShell.Utility\Select-Object - ExpandProperty FullName)
316+ $found = @ (GenXdev.FileSystem\Find-Item - SearchMask " $PSScriptRoot \..\..\..\..\..\**\Genx*stem\1.244 .2025\Functions\GenXdev.FileSystem\*.ps1" - PassThru | Microsoft.PowerShell.Utility\Select-Object - ExpandProperty FullName)
317317
318318 $found | Pester\Should - Contain (GenXdev.FileSystem\Expand-Path " $PSScriptRoot \..\..\Functions\GenXdev.FileSystem\EnsurePester.ps1" )
319319 $found | Pester\Should - Contain (GenXdev.FileSystem\Expand-Path " $PSScriptRoot \..\..\Functions\GenXdev.FileSystem\Expand-Path.ps1" )
You can’t perform that action at this time.
0 commit comments