Skip to content

Commit

Permalink
add test tool
Browse files Browse the repository at this point in the history
  • Loading branch information
Massas committed Oct 4, 2022
1 parent 61596ce commit 9303586
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# API key
*apikey*
*.log*
*apikey*
7 changes: 7 additions & 0 deletions Pester/pester-sample.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Import-Module Pester -Force

Describe 'test' {
It 'add' {
1 + 1 | Should Be 2
}
}

0 comments on commit 9303586

Please sign in to comment.