Skip to content

Commit 9303586

Browse files
committed
add test tool
1 parent 61596ce commit 9303586

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
# API key
2-
*apikey*
3-
*.log*
2+
*apikey*

Pester/pester-sample.ps1

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Import-Module Pester -Force
2+
3+
Describe 'test' {
4+
It 'add' {
5+
1 + 1 | Should Be 2
6+
}
7+
}

0 commit comments

Comments
 (0)