Files
Portfolio-Codex/tests/run.ps1
2026-02-04 15:33:03 +01:00

6 lines
217 B
PowerShell

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