Tests/AzureExt.tests.ps1
# # This is a PowerShell Unit Test file. # You need a unit test framework such as Pester to run PowerShell Unit tests. # You can download Pester from http://go.microsoft.com/fwlink/?LinkID=534084 # Describe -Name Aliases -Fixture { Context 'Aliases Should Exist' { It "Should Return" { } } } |