Skip to content

Commit 929b897

Browse files
🩹 [Patch]: Remove unused test functions and corresponding documentation for Index and Named sections
1 parent fefac0b commit 929b897

5 files changed

Lines changed: 0 additions & 58 deletions

File tree

‎src/functions/public/IndexSection/Get-IndexSectionTest.ps1‎

Lines changed: 0 additions & 21 deletions
This file was deleted.

‎src/functions/public/IndexSection/index.md‎

Lines changed: 0 additions & 5 deletions
This file was deleted.

‎src/functions/public/NamedSection/Get-NamedSectionTest.ps1‎

Lines changed: 0 additions & 21 deletions
This file was deleted.

‎src/functions/public/NamedSection/NamedSection.md‎

Lines changed: 0 additions & 5 deletions
This file was deleted.

‎tests/PSModuleTest.Tests.ps1‎

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,4 @@ Describe 'Module' {
2222
It 'Function: Test-PSModuleTest' {
2323
Test-PSModuleTest -Name 'World' | Should -Be 'Hello, World!'
2424
}
25-
It 'Function: Get-IndexSectionTest' {
26-
Get-IndexSectionTest -Name 'World' | Should -Be 'Hello, World!'
27-
}
28-
It 'Function: Get-NamedSectionTest' {
29-
Get-NamedSectionTest -Name 'World' | Should -Be 'Hello, World!'
30-
}
3125
}

0 commit comments

Comments
 (0)