PowerShell - Scripting Best Practices
What will happen when running this Pester test?
Describe 'String Tests' {
It 'checks if string is empty' {
'' | Should -BeNullOrEmpty
}
}