diff --git a/tests/Fonts.Tests.ps1 b/tests/Fonts.Tests.ps1 index a318089..6ffd997 100644 --- a/tests/Fonts.Tests.ps1 +++ b/tests/Fonts.Tests.ps1 @@ -1,4 +1,6 @@ -Describe 'Fonts' { +#Requires -Modules @{ ModuleName = 'Pester'; ModuleVersion = '6.0.0'; MaximumVersion = '6.*' } + +Describe 'Fonts' { Context 'Function: Get-Font' { It 'The function should be available' { Get-Command -Name 'Get-Font' | Should -Not -BeNull