Skip to content

Commit

Permalink
Merge pull request #37 from theohbrothers/test/integration-remove-def…
Browse files Browse the repository at this point in the history
…inition-of-verbosepreference-from-global-context

Test (integration): Remove definition of `VerbosePreference` from global context
  • Loading branch information
joeltimothyoh authored May 14, 2024
2 parents 922e407 + a8ea093 commit 8047e5e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
Describe "PSRepositoryReleaseManager" -Tag 'Integration' {
BeforeAll {
$ErrorView = 'NormalView'
$VerbosePreference = 'Continue'
$env:RELEASE_TAG_REF = git describe --tags --abbrev=0
}
BeforeEach {
Expand Down

0 comments on commit 8047e5e

Please sign in to comment.