Story 1.1: initialisation projet
This commit is contained in:
4
tests/run.ps1
Normal file
4
tests/run.ps1
Normal file
@@ -0,0 +1,4 @@
|
||||
$ErrorActionPreference = 'Stop'
|
||||
$here = Split-Path -Parent $MyInvocation.MyCommand.Path
|
||||
& (Join-Path $here 'structure.test.ps1')
|
||||
'OK'
|
||||
Reference in New Issue
Block a user