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:
Daniel Scott-Raynsford 2025-07-24 17:18:08 +12:00 committed by Daniel Scott-Raynsford
parent 9e64eb226d
commit 4cb8493a3e

View File

@ -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'
--- ---