Skip to content

Commit c2a56b8

Browse files
authored
Merge pull request #7 from viananth/patch-6
Script to run the pester tests
2 parents 8aab427 + 91d510b commit c2a56b8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#Requires -Modules AzureRM.Bootstrapper, Pester
2+
3+
$defaults = [System.IO.Path]::GetDirectoryName($PSCommandPath)
4+
cd $defaults
5+
6+
Invoke-Pester

0 commit comments

Comments
 (0)