Test/TestSetup.ps1

$TestRoot = Split-Path -Parent $PSCommandPath
$RepoRoot = Split-Path -Parent $TestRoot
$ManifestPath = Join-Path $RepoRoot 'PsBananaUtils.WSL.psd1'

Import-Module $ManifestPath -Force