mirror of
https://github.com/MichaelGrafnetter/DSInternals
synced 2025-01-10 00:09:39 +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
|
|
}
|
|
}
|
|
} |