tests/functions/runspace/Remove-PSFRunspaceDispatcher.Tests.ps1

Describe "Testing the command XXX" -Tag "CI", "Pipeline", "Unit" {
    BeforeEach {
        & (Get-Module PSFramework) { $script:runspaceWorkflows = @{ } }
    }
    AfterAll {
        & (Get-Module PSFramework) { $script:runspaceWorkflows = @{ } }
    }
}