Skip to content

Commit b766b78

Browse files
committed
Remove an unused tests
1 parent b0a07c2 commit b766b78

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

Tests/Hcon.Tests.ps1

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,3 @@ Describe "ConvertFrom-Hcon" {
1818
Should-BeEquivalent $expected (ConvertFrom-Hcon $hcon)
1919
}
2020
}
21-
22-
<#
23-
.SYNOPSIS
24-
Tests the features of the `Merge-Hcon` cmdlet.
25-
#>
26-
Describe "Merge-Hcon" {
27-
BeforeAll { . "$PSScriptRoot/../Sources/Hcon.ps1" }
28-
29-
It "TODO" {
30-
# TODO
31-
}
32-
}

0 commit comments

Comments
 (0)