mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-07-01 02:22:34 -05:00
Update configs.Tests.ps1
This commit is contained in:
@ -115,7 +115,8 @@ Describe "Config Files Validation" {
|
|||||||
It "Should have the correct structure for all configs" {
|
It "Should have the correct structure for all configs" {
|
||||||
$results = $configSchemas.Keys | ForEach-Object -Parallel {
|
$results = $configSchemas.Keys | ForEach-Object -Parallel {
|
||||||
$configName = $_
|
$configName = $_
|
||||||
$config = $using:global:importedConfigs[$configName]
|
$importedConfigs = $using:global:importedConfigs
|
||||||
|
$config = $importedConfigs[$configName]
|
||||||
$schema = $using:configSchemas[$configName]
|
$schema = $using:configSchemas[$configName]
|
||||||
|
|
||||||
if (-not $config) {
|
if (-not $config) {
|
||||||
|
Reference in New Issue
Block a user