23 lines
268 B
PowerShell
23 lines
268 B
PowerShell
Describe "Testing Pester symbols in a PSKoans-file" {
|
|
Context "Simple demo" {
|
|
BeforeAll {
|
|
|
|
}
|
|
|
|
BeforeEach {
|
|
|
|
}
|
|
|
|
It "Should return Pester symbols" {
|
|
|
|
}
|
|
|
|
AfterEach {
|
|
|
|
}
|
|
}
|
|
|
|
AfterAll {
|
|
|
|
}
|
|
}
|