CHANGE: Remove unnecessary code block from guidelines

- Removed the empty PowerShell code block from the PowerShell Pester v5 testing guidelines.
This commit is contained in:
Daniel Scott-Raynsford 2025-07-24 11:56:24 +12:00 committed by Daniel Scott-Raynsford
parent 589f793553
commit 9e64eb226d

View File

@ -7,8 +7,6 @@ description: 'PowerShell Pester testing best practices based on Pester v5 conven
This guide provides PowerShell-specific instructions for creating automated tests using PowerShell Pester v5 module. Follow PowerShell cmdlet development guidelines in [powershell.instructions.md](./powershell.instructions.md) for general PowerShell scripting best practices.
```powershell
## File Naming and Structure
- **File Convention:** Use `*.Tests.ps1` naming pattern