CHANGE: Correct file naming pattern in guidelines
- Updated the file naming pattern from '**/*.tests.ps1' to '**/*.Tests.ps1' for consistency with PowerShell Pester v5 conventions.
This commit is contained in:
parent
9e64eb226d
commit
4cb8493a3e
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
applyTo: '**/*.tests.ps1'
|
applyTo: '**/*.Tests.ps1'
|
||||||
description: 'PowerShell Pester testing best practices based on Pester v5 conventions'
|
description: 'PowerShell Pester testing best practices based on Pester v5 conventions'
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user