From 9e64eb226de61fa119515ab56b127fd0175f82ce Mon Sep 17 00:00:00 2001 From: Daniel Scott-Raynsford Date: Thu, 24 Jul 2025 11:56:24 +1200 Subject: [PATCH] CHANGE: Remove unnecessary code block from guidelines - Removed the empty PowerShell code block from the PowerShell Pester v5 testing guidelines. --- instructions/powershell-pester-5.instructions.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/instructions/powershell-pester-5.instructions.md b/instructions/powershell-pester-5.instructions.md index 253e2f2..fb95cfc 100644 --- a/instructions/powershell-pester-5.instructions.md +++ b/instructions/powershell-pester-5.instructions.md @@ -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