remove global variables when complete

This commit is contained in:
Wes Carroll
2019-07-16 14:11:01 -04:00
parent 562d1210e6
commit db91acb770
@@ -69,3 +69,6 @@ Describe $global:function -Tag 'Unit', 'Source', 'Built' {
} }
} }
} }
Remove-Variable -Name function -Scope Global
Remove-Variable -Name here -Scope Global