mirror of
https://github.com/MichaelGrafnetter/DSInternals
synced 2024-12-14 10:25:51 +00:00
10 lines
178 B
PowerShell
10 lines
178 B
PowerShell
Describe "Test1" {
|
|
Context "Test1" {
|
|
|
|
#dir Env:\ > c:\e.txt
|
|
#Get-Variable > C:\v.txt
|
|
It "test" {
|
|
$true | Should BeExactly $true
|
|
}
|
|
}
|
|
} |