Skip to content

Commit

Permalink
alias export test
Browse files Browse the repository at this point in the history
  • Loading branch information
ninmonkey committed Dec 4, 2023
1 parent 1688075 commit 358560f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Pwsh/Modules/Test-DoAliasesAttributesAutoExport.psm1
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
'Testing: Do aliases auto-export if the command they are attributes to, are?' | write-host

function Alice.GetCommand {
gcm -m Test-Do
gcm Alice.*
hr
gcm -m 'Test-DoAliasesAttributesAutoExport'
hr
}

function InternalFunc {
Expand Down

0 comments on commit 358560f

Please sign in to comment.