lib/t/DrAy.Tests.ps1

cls
cd   $PSScriptRoot
.    ..\DrAy.ps1
Describe Get-Wdt {
    Tst { Get-Wdt 1,232,4,32434 | Should be 5 }
}