-
-
Notifications
You must be signed in to change notification settings - Fork 176
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(#413) Refactor Measure-Koan to use SkipRun
Pester v5.2.0 added the ability to natively run just the discovery phase of a test suite, so we refactor Measure-Koan to utilize this and save doing a lot of manual work. This also obsoletes the private Measure-KoanTestBlock command that previously supported Measure-Koan. Pester automatically does that calculation on its own before presenting the discovery results. This command has been removed as a result.
- Loading branch information
Showing
2 changed files
with
16 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.