Migrates to Pester5+ tests #59

Merged
OCram85 merged 47 commits from Pester5 into master 2022-07-14 13:37:13 +02:00
1 changed files with 0 additions and 2 deletions
Showing only changes of commit ab96d9db0e - Show all commits

View File

@ -9,8 +9,6 @@ BeforeAll {
foreach ( $func in $PrivateFunctions) {
. $func
}
$RepoRoot = (Get-Item -Path (Get-GitDirectory) -Force).Parent | Select-Object -ExpandProperty 'FullName'
}
Describe "Test-CredentialStore" {