Files
Portfolio-Codex/tests/run.ps1

4 lines
136 B
PowerShell

$ErrorActionPreference = 'Stop'
$here = Split-Path -Parent $MyInvocation.MyCommand.Path
& (Join-Path $here 'structure.test.ps1')
'OK'