Skip to content

Commit

Permalink
Add missing test file (#2525)
Browse files Browse the repository at this point in the history
* Add missing test file

* Fix tests
  • Loading branch information
fflaten authored Jul 3, 2024
1 parent b18d7cb commit ccc7ff9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tst/testProjects/CoverageTestFile.Tests.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Set-StrictMode -Version Latest

Describe 'Testing CodeCoverage' {
It 'Single error' {
. "$PSScriptRoot/../CoverageTestFile.ps1"
}
}

0 comments on commit ccc7ff9

Please sign in to comment.