diff --git a/tests/PSModuleTest.Tests.ps1 b/tests/PSModuleTest.Tests.ps1 index 8bfbff0..aad0ef5 100644 --- a/tests/PSModuleTest.Tests.ps1 +++ b/tests/PSModuleTest.Tests.ps1 @@ -1,4 +1,6 @@ - +#Requires -Modules @{ ModuleName = 'Pester'; ModuleVersion = '6.0.0'; MaximumVersion = '6.*' } + + Describe 'TimeSpan' { Describe 'Format-TimeSpan' { Context 'Format-TimeSpan - Basic Usage' {